upgrade xxlimited abi to 3.5
diff --git a/setup.py b/setup.py
index b36de5f..da67731 100644
--- a/setup.py
+++ b/setup.py
@@ -1577,7 +1577,7 @@
 
         if 'd' not in sys.abiflags:
             ext = Extension('xxlimited', ['xxlimited.c'],
-                            define_macros=[('Py_LIMITED_API', '0x03040000')])
+                            define_macros=[('Py_LIMITED_API', '0x03050000')])
             self.extensions.append(ext)
 
         return missing