Fix python version

pull/11/head
Christophe Mehay 4 years ago
parent 37b5cd9281
commit 7a6b711e43

@ -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