Skip to content

Commit 146b747

Browse files
committed
extension: Require Python >= 3.7
As we already require it at the higher level, anyway.
1 parent de8b4c5 commit 146b747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[bdist_wheel]
2-
py_limited_api = cp34
2+
py_limited_api = cp37

src/_frida.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# undef _POSIX_C_SOURCE
2020
#endif
2121

22-
#define Py_LIMITED_API 0x03040000
22+
#define Py_LIMITED_API 0x03070000
2323
#define PY_SSIZE_T_CLEAN
2424

2525
/*

0 commit comments

Comments
 (0)