We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0b745 commit 20ead61Copy full SHA for 20ead61
setup.py
@@ -789,8 +789,8 @@ class bdist_wheel_abi3(bdist_wheel):
789
def get_tag(self):
790
python, abi, plat = super().get_tag()
791
if python.startswith("cp"):
792
- # on CPython, our wheels are abi3 and compatible back to 3.7
793
- return "cp37", "abi3", plat
+ # on CPython, our wheels are abi3 and compatible back to 3.9
+ return "cp39", "abi3", plat
794
795
return python, abi, plat
796
else:
0 commit comments