From 23264c30ec30db0e15ceea8a4849b81b9eccc08e Mon Sep 17 00:00:00 2001 From: Gordon Schulz Date: Sat, 14 Sep 2019 13:04:00 +0200 Subject: [PATCH] Try build with no specified python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f1ee8f..3fdc2bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Gordon Schulz "] [tool.poetry.dev-dependencies] -python = "^3.6" +#python = "^3.6" molecule = "^2.20" bumpversion = "^0.5.3" docker-py = "^1.10"