Skip to content

Commit 62984df

Browse files
committed
Declare Python 3.13 support
1 parent a2b7588 commit 62984df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "pishock", from = "src"}]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.8, <3.13"
10+
python = ">=3.8, <3.14"
1111
requests = "^2.31.0"
1212
typer = "^0.9.0"
1313
rich = "^13.7.0"

0 commit comments

Comments
 (0)