Skip to content

Commit 3b7bf73

Browse files
authoredDec 3, 2024··
Do not exclude newer Python versions
1 parent 2231ea6 commit 3b7bf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages = [
2727
]
2828

2929
[tool.poetry.dependencies]
30-
python = ">=3.9,<3.13"
30+
python = ">=3.9"
3131
requests = "^2.30.0"
3232
tuspy = "^1.0.0"
3333

0 commit comments

Comments
 (0)
Please sign in to comment.