We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd2379 commit 8b2105eCopy full SHA for 8b2105e
.github/workflows/ci.yml
@@ -78,3 +78,4 @@ jobs:
78
coverage: codecov
79
pytest-results-summary: true
80
- linux: py312-xdist
81
+ - linux: py313-xdist
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "jwst"
3
description = "Library for calibration of science observations from the James Webb Space Telescope"
4
-requires-python = ">=3.11,<3.13"
+requires-python = ">=3.11,<3.14"
5
authors = [
6
{ name = "JWST calibration pipeline developers" },
7
]
@@ -15,6 +15,7 @@ classifiers = [
15
"Programming Language :: Python :: 3 :: Only",
16
"Programming Language :: Python :: 3.11",
17
"Programming Language :: Python :: 3.12",
18
+ "Programming Language :: Python :: 3.13",
19
20
dependencies = [
21
"asdf>=3.3,<5",
0 commit comments