Skip to content

Commit 5fddd9f

Browse files
committed
pyproject: Allow usage of Python version 3.13
Debian Trixie ships Python 3.13, this makes Debian users life easier.
1 parent 9759e90 commit 5fddd9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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 @@ license = "MIT"
77
package-mode = false
88

99
[tool.poetry.dependencies]
10-
python = ">=3.10,<3.13"
10+
python = ">=3.10,<3.14"
1111

1212

1313
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)