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 tags found
No related merge requests found
# Installation # Installation
python3.6 is required.
pip install . --user pip install . --user
pip install tox --user pip install tox --user
......
...@@ -155,6 +155,7 @@ def setup_package(): ...@@ -155,6 +155,7 @@ def setup_package():
author='Timm Fitschen', author='Timm Fitschen',
author_email='t.fitschen@indiscale.com', author_email='t.fitschen@indiscale.com',
packages=find_packages('src'), packages=find_packages('src'),
python_requires='>=3.6',
package_dir={'': 'src'}, package_dir={'': 'src'},
install_requires=['lxml>=3.6.4', install_requires=['lxml>=3.6.4',
'PyYaml>=3.12', 'future', 'PySocks>=1.6.7'], 'PyYaml>=3.12', 'future', 'PySocks>=1.6.7'],
......
[tox] [tox]
envlist=py34, py35, py36, py37, py38 envlist=py36, py37, py38
skip_missing_interpreters = true skip_missing_interpreters = true
[testenv] [testenv]
......
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