Skip to content

Commit bb36e8d

Browse files
allow installing under Python 3.14 and newer (#175)
* allow installation under Python 3.14 and newer * update poetry.lock --------- Co-authored-by: Brandon Davis <[email protected]>
1 parent c442479 commit bb36e8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 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.14"
31+
python = ">=3.9"
3232
beautifulsoup4 = "<5.0.0"
3333
click = "<9"
3434
dataclasses = "<1.0.0"

0 commit comments

Comments
 (0)