Merge branch 'main' of github.com:pypa/cibuildwheel into main

This commit is contained in:
Joe Rickerby
2021-08-07 20:03:45 +01:00
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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,