Update to python 3.8
This commit is contained in:
parent
2bb40b2435
commit
4ba0ac02d8
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue