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 ac02ef3 commit 24ac877Copy full SHA for 24ac877
1 file changed
setup.py
@@ -1577,7 +1577,7 @@ class db_found(Exception): pass
1577
1578
if 'd' not in sys.abiflags:
1579
ext = Extension('xxlimited', ['xxlimited.c'],
1580
- define_macros=[('Py_LIMITED_API', '0x03040000')])
+ define_macros=[('Py_LIMITED_API', '0x03050000')])
1581
self.extensions.append(ext)
1582
1583
return missing
0 commit comments