Skip to content

Commit 69ce2ed

Browse files
committed
dev(hansbug): migrate to cython>=3
1 parent 370d047 commit 69ce2ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements-build.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
cython>=0.29; platform_system != 'Windows'
2-
cython>=0.29; platform_system == 'Windows'
1+
# cython>=0.29; platform_system != 'Windows'
2+
# cython>=0.29; platform_system == 'Windows'
3+
cython>=3
34
build>=0.7.0
45
auditwheel>=4

0 commit comments

Comments
 (0)