Skip to content

Commit c808a66

Browse files
graingertfantix
authored andcommittedFeb 19, 2021
set python_requires
1 parent 70cafc8 commit c808a66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,6 @@ def build_extensions(self):
317317
],
318318
include_package_data=True,
319319
extras_require=EXTRA_DEPENDENCIES,
320-
setup_requires=setup_requires
320+
setup_requires=setup_requires,
321+
python_requires='>=3.7',
321322
)

0 commit comments

Comments
 (0)
Please sign in to comment.