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
View File
@@ -321,6 +321,7 @@ values are:
The build identifiers for those variants have a `t` suffix in their
`python_tag` (e.g. `cp313t-manylinux_x86_64`).
- `pypy`: Enable PyPy.
- `pypy-eol`: Enable PyPy versions that have passed end of life (if still available).
- `cpython-experimental-riscv64`: Enable experimental riscv64 builds. Those builds
are disabled by default as they can't be uploaded to PyPI and a PEP will most likely
be required before this can happen.