Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Make no-manylinux compatible with PEP 600
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Feb 28, 2020
1 parent 4fd384a commit 5e5dea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _manylinux.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
manylinux1_compatible = False
manylinux2010_compatible = False
manylinux2014_compatible = False


def manylinux_compatible(*_, **__): # PEP 600
return False

0 comments on commit 5e5dea7

Please sign in to comment.