pyproject.toml: Set the Python version to 3.6 and up.
This commit is contained in:
parent
6cde9166bd
commit
834c11e295
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ packages = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.6"
|
||||||
pyOpenSSL = "^19.1.0"
|
pyOpenSSL = "^19.1.0"
|
||||||
webcolors = "^1.11.1"
|
webcolors = "^1.11.1"
|
||||||
atomicwrites = "^1.3.0"
|
atomicwrites = "^1.3.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue