Skip to content

Commit

Permalink
Add Python 3.13 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtlo committed Oct 29, 2024
1 parent b9d933c commit 481b54d
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 @@ -27,7 +27,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.13"
python = ">=3.10.0,<3.14"
sain = "1.2.0"
aiohttp = "3.10.10"
attrs = "24.2.0"
Expand Down

0 comments on commit 481b54d

Please sign in to comment.