Skip to content

Commit

Permalink
Merge pull request #248 from foqc/patch-ptyhon-version-support
Browse files Browse the repository at this point in the history
Update Python Version Compatibility
  • Loading branch information
faustomorales authored Nov 6, 2023
2 parents b9c5a58 + 1307895 commit e8d34a4
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 e8d34a4

Please sign in to comment.