pyproject.toml: Set the Python version to 3.6 and up.

This commit is contained in:
Damir Jelić 2020-03-31 19:06:23 +02:00
parent 6cde9166bd
commit 834c11e295

View file

@ -11,7 +11,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.6"
pyOpenSSL = "^19.1.0"
webcolors = "^1.11.1"
atomicwrites = "^1.3.0"