Skip to content

Commit 9a93293

Browse files
constrain Python version <3.14 because of batman-package availability
1 parent 937bdeb commit 9a93293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ authors = [
2828
]
2929
keywords = ["astronomy", "python"]
3030
classifiers = ["Programming Language :: Python"]
31-
requires-python = ">=3.11"
31+
requires-python = ">=3.11,<3.14"
3232
dependencies = [
3333
'asdf>=3.4.0',
3434
'astropy>=6.1.3',
@@ -95,4 +95,4 @@ namespaces = false
9595
[tool.setuptools_scm]
9696

9797
[tool.pytest]
98-
junit_family = "xunit2"
98+
junit_family = "xunit2"

0 commit comments

Comments
 (0)