Skip to content

Commit d68ca62

Browse files
committed
Bump Cython to 3.2.1
Should fix refleak issues
1 parent 9e42642 commit d68ca62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docs = [
6262
[build-system]
6363
requires = [
6464
"setuptools>=77.0.3",
65-
"Cython(>=3.1.0,<4.0.0)"
65+
"Cython(>=3.2.1,<4.0.0)"
6666
]
6767
build-backend = "setuptools.build_meta"
6868

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from setuptools.command import build_ext as setuptools_build_ext
2626

2727

28-
CYTHON_DEPENDENCY = 'Cython(>=3.1.0,<4.0.0)'
28+
CYTHON_DEPENDENCY = 'Cython(>=3.2.1,<4.0.0)'
2929

3030
CFLAGS = ['-O2']
3131
LDFLAGS = []

0 commit comments

Comments
 (0)