Skip to content

Commit 3437878

Browse files
committed
Set python-requires to >=3.7
1 parent 21e201f commit 3437878

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
@@ -65,7 +65,7 @@ def get_tag(self):
6565
packages=packages,
6666
package_data=package_data,
6767
zip_safe=zip_safe,
68-
python_requires='>=3',
68+
python_requires='>=3.7',
6969
setup_requires=['CFFI>=1.0'],
7070
install_requires=['CFFI>=1.0'],
7171
extras_require={'NumPy': ['NumPy']},

0 commit comments

Comments
 (0)