Skip to content
Snippets Groups Projects
Commit 90c9f8b2 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: specify minimum python version

parent a51c5c40
No related branches found
No related tags found
No related merge requests found
# Installation
python3.6 is required.
pip install . --user
pip install tox --user
......
......@@ -155,6 +155,7 @@ def setup_package():
author='Timm Fitschen',
author_email='t.fitschen@indiscale.com',
packages=find_packages('src'),
python_requires='>=3.6',
package_dir={'': 'src'},
install_requires=['lxml>=3.6.4',
'PyYaml>=3.12', 'future', 'PySocks>=1.6.7'],
......
[tox]
envlist=py34, py35, py36, py37, py38
envlist=py36, py37, py38
skip_missing_interpreters = true
[testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment