From c2b9a4c77cd6af85df06569db0b5b2beaa0ffeb7 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 7 Aug 2021 18:28:58 +0100 Subject: [PATCH] Bring 3.10 out of prerelease --- cibuildwheel/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,