Skip to content

Commit 633e1cf

Browse files
committed
add minimum supported Python version
1 parent 8dc7a8d commit 633e1cf

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)