From 4f4f950cfc17c4bad581f50e2d03af50295f0ee7 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 18 Apr 2024 14:58:22 +0200 Subject: [PATCH] github: Update Python versions to match those supported by Django 4.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b990021..35f51eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,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', '3.12'] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}