Build cp311 without setting prerelease_pythons

This commit is contained in:
Min RK
2022-08-11 13:05:32 +02:00
parent 6549a90991
commit 2d155c01b5
5 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ class BuildSelector:
requires_python: SpecifierSet | None = None
# a pattern that skips prerelease versions, when include_prereleases is False.
PRERELEASE_SKIP: ClassVar[str] = "cp311-*"
PRERELEASE_SKIP: ClassVar[str] = ""
prerelease_pythons: bool = False
def __call__(self, build_id: str) -> bool: