From 49616f23d61ab274452bfbd582c9d36aa319930e Mon Sep 17 00:00:00 2001 From: boke0 Date: Sun, 7 Mar 2021 21:32:41 +0900 Subject: [PATCH] [update] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 877d6fd..df1e6a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = [ ] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.6" GitPython = "^3.1.13" mitama = "^4.3.3" docker = "^4.4.4"