mark CPython 3.11 as pre-release

This commit is contained in:
mayeut
2022-05-23 20:47:08 +02:00
parent b8abcb128c
commit 2edd5270c3
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ class IdentifierSelector:
"""
# a pattern that skips prerelease versions, when include_prereleases is False.
PRERELEASE_SKIP: ClassVar[str] = ""
PRERELEASE_SKIP: ClassVar[str] = "cp311-*"
skip_config: str
build_config: str