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
+4 -2
View File
@@ -90,6 +90,8 @@ def test_linux_container_split(tmp_path: Path, monkeypatch: pytest.MonkeyPatch)
"cp311-manylinux_x86_64",
"cp312-manylinux_x86_64",
"cp313-manylinux_x86_64",
"cp314-manylinux_x86_64",
"cp314t-manylinux_x86_64",
]
assert before_alls(build_steps[3]) == [""] * 3
assert container_engines(build_steps[3]) == [default_container_engine] * 3
assert before_alls(build_steps[3]) == [""] * 5
assert container_engines(build_steps[3]) == [default_container_engine] * 5