We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b7720 commit a70c89aCopy full SHA for a70c89a
1 file changed
setup.py
@@ -220,6 +220,7 @@ def main():
220
maintainer="Olli-Pekka Heinisuo",
221
ext_modules=EmptyListWithLength(),
222
install_requires=numpy_version,
223
+ python_requires=">=3.5",
224
classifiers=[
225
"Development Status :: 5 - Production/Stable",
226
"Environment :: Console",
0 commit comments