Skip to content

Commit

Permalink
Allow python <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Aug 11, 2024
1 parent 49d84f8 commit a1fbcb9
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 @@ -12,7 +12,7 @@ packages = [
include = ["datapipe/py.typed"]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
fsspec = ">=2021.11.1"

gcsfs = {version=">=2021.11.1", optional=true}
Expand Down

0 comments on commit a1fbcb9

Please sign in to comment.