From fedd7145117bb15fbf991ec1419716205b160fb8 Mon Sep 17 00:00:00 2001 From: Hannah Cushman Garland Date: Tue, 9 Jul 2024 12:20:04 -0500 Subject: [PATCH] Drop support for Python 3.7 --- .github/workflows/main.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7003c7b..d2b2745 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] services: postgres: diff --git a/README.rst b/README.rst index 84432b6..3087705 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ The django-councilmatic app provides the core functionality for the `Councilmati Requirements ------------ -- Python >= 3.6 +- Python >= 3.8 Features --------