summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e22349329..e5800fbea 100755
--- a/setup.py
+++ b/setup.py
@@ -258,8 +258,8 @@ def generate_cython():
raise OSError(msg) from e
else:
# Note: keep in sync with that in pyproject.toml
- # Update for Python 3.10
- required_version = '0.29.24'
+ # Update for Python 3.11
+ required_version = '0.29.29'
if _pep440.parse(cython_version) < _pep440.Version(required_version):
cython_path = Cython.__file__