Skip to content

Commit 58ac996

Browse files
committed
Add comment
1 parent 8c8adcc commit 58ac996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_extensions():
3838
"cxx": [
3939
"-O3" if not debug_mode else "-O0",
4040
"-fdiagnostics-color=always",
41-
"-DPy_LIMITED_API=0x03090000",
41+
"-DPy_LIMITED_API=0x03090000", # min CPython version 3.9
4242
],
4343
"nvcc": [
4444
"-O3" if not debug_mode else "-O0",

0 commit comments

Comments
 (0)