From d078d83acee55d6ede6179f1e807687c4acd4fc1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 14 Jan 2021 17:20:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=20Lower=20the=20Python=20version=20re?= =?UTF-8?q?quirement=20to=203.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5023e410..ceb5f6ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Stefano Pigozzi "] 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"