feat: add CPython 3.15 beta 1 (#2833)
This commit is contained in:
+4
-1
@@ -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 += [
|
||||
|
||||
Reference in New Issue
Block a user