From bbdca02c3d39794c589c8e480c7140426ae85f41 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 31 Aug 2022 16:21:17 -0400 Subject: Reduced Python version in Config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f229f31..a7f1cbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.rst" license = "Apache Software License 2.0" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.7" [tool.poetry.dev-dependencies] mypy = "^0.971" -- cgit v1.2.3