Skip to content

Commit ed3c2a5

Browse files
committed
Fix Python version
1 parent 448eb06 commit ed3c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "calcos"
33
description = "Calibration software for COS (Cosmic Origins Spectrograph)"
4-
requires-python = ">=3.9"
4+
requires-python = ">=3.9,<3.13"
55
authors = [
66
{ name = "Phil Hodge", email="help@stsci.edu" },
77
{ name = "Robert Jedrzejewski" },

0 commit comments

Comments
 (0)