Skip to content

Commit 7948a0f

Browse files
committed
🧪 Lower Python 3.13 minimum for Cython to 3.0.11
This is what's available on Fedora at the moment.
1 parent 9a5ab56 commit 7948a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pep517_backend/_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def get_requires_for_build_wheel(
327327
328328
"""
329329
c_ext_build_deps = [
330-
'Cython >= 3.0.12; python_version >= "3.13"', # Ideally >= 3.1.0
330+
'Cython >= 3.0.11; python_version >= "3.13"', # Ideally >= 3.1.0
331331
'Cython >= 3.0.0; python_version >= "3.12" and python_version < "3.13"',
332332
'Cython; python_version < "3.12"',
333333
]

0 commit comments

Comments
 (0)