Skip to content

Commit 8db4c5f

Browse files
committed
Add Python 3.13 support
1 parent de13727 commit 8db4c5f

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
@@ -15,7 +15,7 @@
1515

1616
ROOT = pathlib.Path(__file__).parent
1717

18-
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
18+
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<3.1)'
1919

2020

2121
class httptools_build_ext(build_ext):

0 commit comments

Comments
 (0)