Skip to content

Commit

Permalink
Reverting pyproject.toml. This PR is just preparation for python 3.13…
Browse files Browse the repository at this point in the history
… for ramp fitting. It is not to update all of STCAL for python 3.13.
  • Loading branch information
kmacdonald-stsci committed Oct 9, 2024
1 parent 6d9363a commit 9d52b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stcal"
description = "STScI tools and algorithms used in calibration pipelines"
readme = "README.md"
requires-python = ">=3.10,<=3.13"
requires-python = ">=3.10,<3.13"
authors = [
{ name = "STScI", email = "[email protected]" },
]
Expand Down Expand Up @@ -39,7 +39,7 @@ docs = [
"sphinx-asdf",
"sphinx-astropy",
"sphinx-rtd-theme",
"tomli; python_version <=\"3.13\"",
"tomli; python_version <=\"3.11\"",
]
test = [
"psutil",
Expand Down Expand Up @@ -205,7 +205,7 @@ convention = "numpy"
ignore-fully-untyped = true # Turn of annotation checking for fully untyped code

[tool.mypy]
python_version = "3.13"
python_version = "3.12"
warn_return_any = true
warn_unused_configs = true

Expand Down

0 comments on commit 9d52b78

Please sign in to comment.