From 6e59943f7327174e44ec9824807a17a36adbc9eb Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 5 Feb 2020 10:39:37 -0300 Subject: [PATCH] Honest python req line --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e688eb..1cbf2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ [tool.poetry.dependencies] pyside2 = ">5.14" -python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9" +python = ">=3.6 <3.9" [tool.poetry.dev-dependencies]