Skip to content
Snippets Groups Projects
Commit 47d0c106 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

This would require Python 3.7 or above

parent 72968d6a
No related branches found
No related tags found
1 merge request!575Refactor parsing arguments and loading main notebook
...@@ -140,7 +140,7 @@ setup( ...@@ -140,7 +140,7 @@ setup(
"pre-commit", "pre-commit",
], ],
}, },
python_requires=">=3.6", python_requires=">=3.7",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment