feat(bindings): drop python 3.9 support
This commit is contained in:
parent
29e6717c31
commit
7bf51ae08a
3 changed files with 16 additions and 14 deletions
|
|
@ -31,7 +31,7 @@ class BdistWheel(bdist_wheel):
|
|||
def get_tag(self):
|
||||
python, abi, platform = super().get_tag()
|
||||
if python.startswith("cp"):
|
||||
python, abi = "cp39", "abi3"
|
||||
python, abi = "cp310", "abi3"
|
||||
return python, abi, platform
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue