From e220d8aeeb4b361ee37b8b4b9ca330fc7ebd1e84 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 8 Dec 2024 02:12:36 +0100 Subject: [PATCH] Update django.yml --- ci/django.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/django.yml b/ci/django.yml index 0503635290..162e609bf6 100644 --- a/ci/django.yml +++ b/ci/django.yml @@ -13,12 +13,12 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.9, 3.11, 3.13] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies