Skip to content

Commit

Permalink
Removing python v10 limitation, and allowing to support python upper …
Browse files Browse the repository at this point in the history
…to v3.5
  • Loading branch information
foqc authored Nov 6, 2023
1 parent b9c5a58 commit 1307895
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 @@ -26,7 +26,7 @@ version = "0.0.0"

# See https://python-poetry.org/docs/versions/ for allowed version specification formats
[tool.poetry.dependencies]
python = ">=3.7.5,<3.10"
python = ">=3.7.5"
validators = "*"
essential_generators = "*"
tqdm = "*"
Expand Down

0 comments on commit 1307895

Please sign in to comment.