Skip to content

Commit f90d5c5

Browse files
committed
Build python3.13
1 parent d86089a commit f90d5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ classifiers =
3030
[options]
3131
zip_safe = false
3232
include_package_data = true
33-
python_requires = >=3.9,<3.13
33+
python_requires = >=3.9,<3.14
3434
setup_requires =
35-
cython>=0.29.0,<3.0
35+
cython>=3.0,<4.0
3636
numpy>=2.0.0,<3.0.0
3737
# We also need our Cython packages here to compile against
3838
cymem>=2.0.2,<2.1.0

0 commit comments

Comments
 (0)