Add Python 3.14 preview (#2390)

* feat: add CPython 3.14 beta 1

* fix tests
This commit is contained in:
Matthieu Darbois
2025-05-12 12:54:02 -04:00
committed by GitHub
parent 54a4dccd62
commit 5622cc6988
21 changed files with 142 additions and 51 deletions
+1
View File
@@ -120,6 +120,7 @@ before-all = "true"
monkeypatch.chdir(pkg_dir)
monkeypatch.setattr(sys, "argv", ["cibuildwheel", "--platform=linux"])
monkeypatch.delenv("CIBW_ENABLE", raising=False)
main()