From fd04a49d20ffaaf34782f57c608c91bd34113a42 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 06:13:59 -0500 Subject: [PATCH] Update to python version 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bec61c5..e1c9baae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ # See -> PEP 517 requires = ["poetry>=1.5.1", "poetry-core>=1.6.1", "wheel>=0.38.4", "packaging>=23.0"] build-backend = "poetry.core.masonry.api" -requires-python = ">=3.7.0" +requires-python = ">=3.8.0" ############################################################################## #