From 8d2c5b5db4857c63072dd161f420c95c3d0d3435 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 10 May 2023 09:33:50 +0200 Subject: [PATCH] Revert "Bumped required Python version to 3.8+" This reverts commit 88515d26a1142a9f92f47af70008b1a7d6e9e818. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50bc5656e..0a5ea4fd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dynamic = [ "keywords" ] readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.7" classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment",