Skip to content

Commit e7c529d

Browse files
committed
Allow python 3.14
1 parent 528e526 commit e7c529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers =
2727
[options]
2828
zip_safe = true
2929
include_package_data = true
30-
python_requires = >=3.9,<3.14
30+
python_requires = >=3.9,<3.15
3131
setup_requires =
3232
cython>=0.29.1
3333
install_requires =

0 commit comments

Comments
 (0)