From 1b769da5537cc94594d93375da296033c05ecc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sun, 7 Dec 2025 23:08:18 +0100 Subject: [PATCH] Update python versions in pipeline --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 4c3e7ee..059f4c9 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ['3.12', '3.13'] + python-version: ['3.13', '3.14'] steps: - uses: actions/checkout@v3