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
+5 -1
View File
@@ -13,7 +13,7 @@ from cibuildwheel.__main__ import main
from cibuildwheel.oci_container import OCIPlatform
from cibuildwheel.util import file
DEFAULT_IDS = {"cp38", "cp39", "cp310", "cp311", "cp312", "cp313"}
DEFAULT_IDS = {"cp38", "cp39", "cp310", "cp311", "cp312", "cp313", "cp314", "cp314t"}
ALL_IDS = DEFAULT_IDS | {"cp313t", "pp38", "pp39", "pp310", "pp311", "gp311_242"}
@@ -155,6 +155,8 @@ before-all = "true"
"cp312",
"cp313",
"cp313t",
"cp314",
"cp314t",
"pp38",
"pp39",
"pp310",
@@ -177,6 +179,8 @@ before-all = "true"
"cp312",
"cp313",
"cp313t",
"cp314",
"cp314t",
"pp38",
"pp39",
"pp310",