From 2324cb48a365605b1a500acebdc635b958555804 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Sun, 8 Sep 2024 16:14:31 -0700 Subject: [PATCH] Drop Python 3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af1e155..b4f6786 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ classifiers = [ "Environment :: Web Environment", ] -requires-python = ">=3.7" +requires-python = ">=3.8" dependencies = [ "django>=4.0", "requests>=2.4.3",