Skip to content

Commit

Permalink
change python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Aug 29, 2022
1 parent 2a176c4 commit 84404f9
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 @@ include = ["README.md", "CHANGELOG.md", "LICENSE"]
"Bug Reports" = "https://github.com/EltonChou/EorzeaEnv/issues"

[tool.poetry.dependencies]
python = ">=3.8, <3.11"
python = ">=3.8"
numpy = "^1.19.0"
rapidfuzz = "^2.0.11"

Expand Down

0 comments on commit 84404f9

Please sign in to comment.