Skip to content

Commit a6236ff

Browse files
authored
Support Python 3.13 (#165)
1 parent 8281c34 commit a6236ff

File tree

2 files changed

+32
-13
lines changed

2 files changed

+32
-13
lines changed

poetry.lock

Lines changed: 31 additions & 12 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
@@ -28,7 +28,7 @@ keywords = ["Kobo", "eBook", "Audiobook", "Downloader", "DRM"]
2828
kobodl = "kobodl:cli"
2929

3030
[tool.poetry.dependencies]
31-
python = ">=3.9,<3.13"
31+
python = ">=3.9,<3.14"
3232
beautifulsoup4 = "<5.0.0"
3333
click = "<9"
3434
dataclasses = "<1.0.0"

0 commit comments

Comments
 (0)