feat: Python 3.14rc1 build by default (#2507)

This commit is contained in:
cibuildwheel-bot[bot]
2025-07-23 20:59:02 -04:00
committed by GitHub
parent f628c9dd23
commit 10c727eed9
9 changed files with 63 additions and 53 deletions
+3 -2
View File
@@ -272,6 +272,8 @@ def _expected_wheels(
"cp311-cp311",
"cp312-cp312",
"cp313-cp313",
"cp314-cp314",
"cp314-cp314t",
]
enable_groups = get_enable_groups()
@@ -279,8 +281,7 @@ def _expected_wheels(
python_abi_tags.append("cp313-cp313t")
if EnableGroup.CPythonPrerelease in enable_groups:
python_abi_tags.append("cp314-cp314")
python_abi_tags.append("cp314-cp314t")
... # Add cp315 here when available
if EnableGroup.PyPyEoL in enable_groups:
python_abi_tags += [