Skip to content

Commit

Permalink
Update cibuildwheel/__main__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu Darbois <[email protected]>
  • Loading branch information
henryiii and mayeut authored May 26, 2021
1 parent b24757d commit a18a558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def main() -> None:


def deprecated_selectors(name: str, selector: str, *, error: bool = False) -> None:
if "p27" in selector or "p35" in selector:
if "p2" in selector or "p35" in selector:
msg = f"cibuildwheel 2.x no longer supports Python < 3.6. Please use the 1.x series or update {name}"
print(msg, file=sys.stderr)
if error:
Expand Down

0 comments on commit a18a558

Please sign in to comment.