Skip to content

Commit 8b2105e

Browse files
committed
allow python 3.13
1 parent 0fd2379 commit 8b2105e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ jobs:
7878
coverage: codecov
7979
pytest-results-summary: true
8080
- linux: py312-xdist
81+
- linux: py313-xdist

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "jwst"
33
description = "Library for calibration of science observations from the James Webb Space Telescope"
4-
requires-python = ">=3.11,<3.13"
4+
requires-python = ">=3.11,<3.14"
55
authors = [
66
{ name = "JWST calibration pipeline developers" },
77
]
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3 :: Only",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
]
1920
dependencies = [
2021
"asdf>=3.3,<5",

0 commit comments

Comments
 (0)