Skip to content

Commit 674f5c3

Browse files
Mathias Weylandzarath
authored andcommitted
Relaxing python version requirements
This allows to build on e.g. Fedora 42 where we have Python 3.13.5. Fixes #813.
1 parent 4b0e5c9 commit 674f5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
maintainers = [
88
{ name = "Holger Mueller", email = "[email protected]" }
99
]
10-
requires-python = ">=3.10,<3.13"
10+
requires-python = ">=3.10"
1111
license = {text = "GPL-3.0-or-later"}
1212
readme = "README.rst"
1313

0 commit comments

Comments
 (0)