Skip to content

Commit

Permalink
allow python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jan 29, 2025
1 parent 138f833 commit 72173e9
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -80,3 +80,4 @@ jobs:
coverage: codecov
pytest-results-summary: true
- linux: py312-xdist
- linux: py313-xdist
3 changes: 2 additions & 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 All @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"asdf>=3.3,<5",
Expand Down

0 comments on commit 72173e9

Please sign in to comment.