Skip to content

Commit

Permalink
pin python<3.13 installation fails due to pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Oct 12, 2024
1 parent 21c6390 commit ed2af59
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 @@ -18,7 +18,7 @@ name = "ngio"
dynamic = ["version"]
description = "Next Generation file format IO"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.10,<3.13"
license = { text = "BSD-3-Clause" }
authors = [{ name = "Lorenzo Cerrone", email = "[email protected]" }]
# https://pypi.org/classifiers/
Expand Down

0 comments on commit ed2af59

Please sign in to comment.