From 13494be1394c2fb71c557a41c3a47d8a18870d92 Mon Sep 17 00:00:00 2001 From: Gordon Schulz Date: Sat, 14 Sep 2019 13:59:20 +0200 Subject: [PATCH] Actually, anything above 3.6 is fine --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d6f76a..7490b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Gordon Schulz "] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.6" [tool.poetry.dev-dependencies] molecule = "^2.22"