Skip to content

Commit 02eb23a

Browse files
committed
Set python-requires to >=3.7
1 parent acd3edd commit 02eb23a

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
@@ -15,7 +15,7 @@
1515
py_modules=['jack'],
1616
setup_requires=['CFFI>=1.0'],
1717
install_requires=['CFFI>=1.0'],
18-
python_requires='>=3',
18+
python_requires='>=3.7',
1919
extras_require={'NumPy': ['NumPy']},
2020
cffi_modules=['jack_build.py:ffibuilder'],
2121
author='Matthias Geier',

0 commit comments

Comments
 (0)