From 12b05b8005ca8c099732b0932ae7b09b9ce90e22 Mon Sep 17 00:00:00 2001 From: pyoor Date: Thu, 17 Feb 2022 09:54:56 -0500 Subject: [PATCH] build: bump minimum python version to 3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52aa859..e459ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ version = "1.1.3" autobisect = "^3.1.7" bugsy = { git = "https://github.com/AutomatedTester/Bugsy.git" } fuzzfetch = "^2.0.1" -python = "^3.6.1" +python = "^3.7" [tool.poetry.dev-dependencies] black = "^19.10b0"