Skip to content
Snippets Groups Projects
Commit ad78f991 authored by Attila Farkas's avatar Attila Farkas
Browse files

Change required Python version to >=3.8

parent 95d7f857
No related branches found
No related tags found
1 merge request!35Version 2.0.0
......@@ -12,8 +12,6 @@ project_urls =
Documentation = https://gitlab.ics.muni.cz/muni-kypo-csc/cyber-sandbox-creator/-/wikis/home
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: MIT License
......@@ -32,7 +30,7 @@ packages =
sandboxcreator/io
sandboxcreator/scripts
sandboxcreator/vagrant_generator
python_requires = >=3.6
python_requires = >=3.8
install_requires =
Jinja2 >=2.10.1
PyYAML >=5.3.1
......
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