diff --git a/cibuildwheel/util.py b/cibuildwheel/util.py index 079cc53d..581799cf 100644 --- a/cibuildwheel/util.py +++ b/cibuildwheel/util.py @@ -67,7 +67,7 @@ class IdentifierSelector: """ # a pattern that skips prerelease versions, when include_prereleases is False. - PRERELEASE_SKIP = "cp310-*" + PRERELEASE_SKIP = "" def __init__( self,