Skip to content

Commit

Permalink
Update allowed python versions
Browse files Browse the repository at this point in the history
Considering 3.11 is already supported, there is no
reason to not allow all <4.0 versions. This change
is essentially the same as writing >=3.7.2,<4.0.
  • Loading branch information
Christian committed Jul 18, 2023
1 parent ad802e2 commit 8201abb
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 @@ -19,7 +19,7 @@ packages = [{include = "novelai_api"}]
"Bug Tracker" = "https://github.com/Aedial/novelai-api/issues"

[tool.poetry.dependencies]
python = ">=3.7.2,<3.12"
python = "^3.7.2"
aiohttp = {extras = ["speedups"], version = "^3.8.3"}
argon2-cffi = "^21.3.0"
PyNaCl = "^1.5.0"
Expand Down

0 comments on commit 8201abb

Please sign in to comment.