From 970a1cc851052b2abcdda3ff7fa0ff0bc0e6cbb8 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Mon, 23 Dec 2019 19:29:04 +0100 Subject: [PATCH] accept Python 3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54caf31..f3b6478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ readme = "README.rst" packages = [{ include = "pykube" }] [tool.poetry.dependencies] -python = ">=3.7" +python = ">=3.6" google-auth = {optional = true, version = "*"} jsonpath-ng = {optional = true, version = "*"} pyyaml = "*"