feat: add CPython 3.15 beta 1 (#2833)

This commit is contained in:
Matthieu Darbois
2026-05-11 13:35:40 -04:00
committed by GitHub
parent 8bdb703302
commit 3617733645
10 changed files with 147 additions and 51 deletions
+4 -1
View File
@@ -292,7 +292,10 @@ def _expected_wheels(
enable_groups = get_enable_groups()
if EnableGroup.CPythonPrerelease in enable_groups:
... # Add cp315 here when available
python_abi_tags += [
"cp315-cp315",
"cp315-cp315t",
]
if EnableGroup.PyPyEoL in enable_groups:
python_abi_tags += [