feat: adding pypy-eol enable group (#2393)

This commit is contained in:
Henry Schreiner
2025-05-15 09:06:48 -04:00
committed by GitHub
parent cab1ff4076
commit c2cffa3d1e
7 changed files with 64 additions and 20 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ def test_build_with_override_launches(monkeypatch, tmp_path):
[tool.cibuildwheel]
manylinux-x86_64-image = "manylinux_2_28"
musllinux-x86_64-image = "musllinux_1_2"
enable = ["pypy", "graalpy", "cpython-freethreading"]
enable = ["pypy", "pypy-eol", "graalpy", "cpython-freethreading"]
# Before Python 3.10, use manylinux2014
[[tool.cibuildwheel.overrides]]