Skip to content

Commit baf88a5

Browse files
authored
Try to allow 3.13.*
1 parent 30f1fa4 commit baf88a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def finalize_options(self):
5050
],
5151
setup_requires=install_requires,
5252
install_requires=install_requires,
53-
python_requires=">=3.8,<=3.13",
53+
python_requires=">=3.8,<3.14",
5454
packages=find_packages(
5555
where='src', # '.' by default
5656
),

0 commit comments

Comments
 (0)