From 9b70a9a8af28911306d5b6093dc5ece3c0838978 Mon Sep 17 00:00:00 2001 From: Francesco Filicetti Date: Mon, 2 Dec 2024 15:35:37 +0100 Subject: [PATCH] fix: github actions --- .github/workflows/python-app.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 00940595..1d9f1872 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -18,15 +18,13 @@ jobs: fail-fast: false matrix: python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' + - '3.12' django-version: - - '3.0' - - '4.0' - - '4.1' - '4.2' + - '5.0' + - '5.1' steps: - uses: actions/checkout@v2