Skip to content

Commit 24ac877

Browse files
committed
upgrade xxlimited abi to 3.5
1 parent ac02ef3 commit 24ac877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ class db_found(Exception): pass
15771577

15781578
if 'd' not in sys.abiflags:
15791579
ext = Extension('xxlimited', ['xxlimited.c'],
1580-
define_macros=[('Py_LIMITED_API', '0x03040000')])
1580+
define_macros=[('Py_LIMITED_API', '0x03050000')])
15811581
self.extensions.append(ext)
15821582

15831583
return missing

0 commit comments

Comments
 (0)