From 756ffd4d8274e4c7589bf064bf28fdfc85279240 Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Fri, 18 Feb 2022 17:24:45 -0500 Subject: [PATCH] Bump minimum Python patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce701faf..2d373f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.7.1" # Packages for core library importlib_metadata = { version = ">=1.0", python = "<3.8" } # Granta MI STK requires 3.4.0