Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 633e1cf

Browse filesBrowse files
committed
add minimum supported Python version
1 parent 8dc7a8d commit 633e1cf
Copy full SHA for 633e1cf

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.