From 770ec7c66009eeaa7c4493faed2f9c303fb46fb3 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 12 Feb 2021 00:11:06 +0100 Subject: Bump up minimum required python version to 3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6293bba..879894d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Nao Pross "] license = "GPLv3" [tool.poetry.dependencies] -python = "^3.6" +python = "^3.7" colorlog = "^4.7.2" requests = "^2.25.1" PyQt5 = "^5.15.2" -- cgit v1.2.1