Skip to content
Snippets Groups Projects
Commit 1b6e5042 authored by Jonas Haag's avatar Jonas Haag
Browse files

Require Python 3.7 in setup.py

parent ff40845b
Branches codeql
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ setup(
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
],
python_requires=">=3.7",
install_requires=requires,
entry_points={
"console_scripts": ["klaus=klaus.cli:main"],
......
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