We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5ab56 commit 7948a0fCopy full SHA for 7948a0f
packaging/pep517_backend/_backend.py
@@ -327,7 +327,7 @@ def get_requires_for_build_wheel(
327
328
"""
329
c_ext_build_deps = [
330
- 'Cython >= 3.0.12; python_version >= "3.13"', # Ideally >= 3.1.0
+ 'Cython >= 3.0.11; python_version >= "3.13"', # Ideally >= 3.1.0
331
'Cython >= 3.0.0; python_version >= "3.12" and python_version < "3.13"',
332
'Cython; python_version < "3.12"',
333
]
0 commit comments