Update to python 3.8

This commit is contained in:
Christophe Mehay 2020-10-04 12:26:47 +02:00 committed by Christophe Mehay
parent 2bb40b2435
commit 4ba0ac02d8
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ packages = [
onions = "onions:main"
[tool.poetry.dependencies]
python = ">= 3.7, < 3.8"
python = ">= 3.8, < 3.9"
pytor = "^0.1.5"
Jinja2 = "^2.10"
pyentrypoint = "^0.7.4"