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 8c8adcc commit 58ac996Copy full SHA for 58ac996
setup.py
@@ -38,7 +38,7 @@ def get_extensions():
38
"cxx": [
39
"-O3" if not debug_mode else "-O0",
40
"-fdiagnostics-color=always",
41
- "-DPy_LIMITED_API=0x03090000",
+ "-DPy_LIMITED_API=0x03090000", # min CPython version 3.9
42
],
43
"nvcc": [
44
0 commit comments