Fix python version

master
Christophe Mehay 4 years ago
parent 5633749a86
commit 789a2a207c

@ -10,7 +10,7 @@ repository = "https://pypi.org/project/pytor/"
authors = ["Christophe Mehay <cmehay@nospam.student.42.fr>"]
[tool.poetry.dependencies]
python = ">= 3.7, < 3.9"
python = ">= 3.6, < 3.9"
pycryptodome = ">=3.9.4"
fire = ">=0.3.1"
pyyaml = ">=5.3.1"

@ -1,5 +1,5 @@
[tox]
envlist = py34, py35, py36, py37, py38
envlist = py36, py37, py38
skip_missing_interpreters = true
isolated_build = true

Loading…
Cancel
Save