Skip to content

Commit

Permalink
Fix version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmcalpine committed Sep 25, 2024
1 parent 8d76953 commit b77dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
'pyyaml',
'pandas'
]
requires-python = ">=3.9,<=3.12" # Supported versions (in CI)
requires-python = ">=3.9,<3.13" # Supported versions (in CI)

[tool.setuptools.dynamic]
version = {attr = "dataregistry._version.__version__"}
Expand Down

0 comments on commit b77dbe0

Please sign in to comment.