From 2cf720bd43f1f4db6f4092037cc2008f32fdc083 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Mon, 20 Sep 2021 17:28:58 +0200 Subject: [PATCH] updated py version --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fcb3602..9e89eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ max_line_length = 99 quiet = true [tool.poetry.dependencies] -python = "^3.7.0,<4.0" +python = "^3.6.2,<4.0" click = "^8.0.1" PyYAML = "^5.4.1" colorama = "^0.4.4" diff --git a/setup.cfg b/setup.cfg index d62adf3..5a3b468 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ ignore_missing_imports = True [flake8] -ignore = D103, F401, E501, W503, SIM114 +ignore = D103, F401, E501, W503, SIM114, D403