Skip to content

Commit

Permalink
py37
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Aug 25, 2023
1 parent db3902a commit e32a0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from setuptools import Extension, setup
from wheel.bdist_wheel import bdist_wheel

CP_VER = "cp36"
API_VER = ('Py_LIMITED_API', '0x03060000')
CP_VER = "cp37"
API_VER = ('Py_LIMITED_API', '0x03070000')


class bdist_wheel_abi3(bdist_wheel):
Expand Down

0 comments on commit e32a0de

Please sign in to comment.