Skip to content

Commit

Permalink
support python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored and WilliamJamieson committed Dec 20, 2024
1 parent fc7183a commit 74972ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- linux: py311-xdist
- linux: py312-cov-xdist
coverage: codecov
- linux: py313-xdist
- macos: py311-xdist
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand Down
2 changes: 1 addition & 1 deletion 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"
authors = [
{ name = "STScI", email = "help@stsci.edu" },
]
Expand Down

0 comments on commit 74972ff

Please sign in to comment.