Skip to content

Commit a70c89a

Browse files
committed
add minimum supported Python version
1 parent 54b7720 commit a70c89a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def main():
220220
maintainer="Olli-Pekka Heinisuo",
221221
ext_modules=EmptyListWithLength(),
222222
install_requires=numpy_version,
223+
python_requires=">=3.5",
223224
classifiers=[
224225
"Development Status :: 5 - Production/Stable",
225226
"Environment :: Console",

0 commit comments

Comments
 (0)