Skip to content

Commit

Permalink
allow python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored and WilliamJamieson committed Dec 18, 2024
1 parent fc41e18 commit f3fb3e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ jobs:
- linux: py310-oldestdeps-xdist-cov
pytest-results-summary: true
- linux: py310-xdist
- linux: py311-xdist
pytest-results-summary: true
- macos: py311-xdist
pytest-results-summary: true
- linux: py311-xdist-cov
coverage: codecov
pytest-results-summary: true
- linux: py312-xdist
- linux: py313-xdist
- macos: py311-xdist
pytest-results-summary: true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "jwst"
description = "Library for calibration of science observations from the James Webb Space Telescope"
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10"
authors = [
{ name = "JWST calibration pipeline developers" },
]
Expand Down

0 comments on commit f3fb3e7

Please sign in to comment.