1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

⬇ Lower the Python version requirement to 3.8

This commit is contained in:
Steffo 2021-01-14 17:20:13 +01:00
parent f7168bc29d
commit d078d83ace
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -6,7 +6,7 @@ authors = ["Stefano Pigozzi <me@steffo.eu>"]
license = "AGPL-3.0-or-later"
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
royalnet = "^6.0.0a37"
psutil = "^5.8.0"
click = "^7.1.2"