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:
parent
f7168bc29d
commit
d078d83ace
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.8"
|
||||||
royalnet = "^6.0.0a37"
|
royalnet = "^6.0.0a37"
|
||||||
psutil = "^5.8.0"
|
psutil = "^5.8.0"
|
||||||
click = "^7.1.2"
|
click = "^7.1.2"
|
||||||
|
|
Loading…
Reference in a new issue