From ae08fecb59e41b787812711caae6780d9fa9b203 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Fri, 16 Oct 2020 17:57:36 +0200 Subject: [PATCH] support python >=3.7,<4.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db28578..05ae781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ readme='README.rst' [tool.poetry.dependencies] -python = "^3.8" +python = ">=3.7,<4.0.0" colorama = "*" # Console colors under windows: https://pypi.org/project/colorama/ colorlog = "*" # https://github.com/borntyping/python-colorlog gunicorn = "*" # https://gunicorn.org/