Update django to 5.2

This commit is contained in:
Phin Wolkwitz
2026-03-24 16:33:28 +01:00
committed by GitHub
parent 88cd715ece
commit c143d50290
20 changed files with 133 additions and 101 deletions

View File

@@ -24,7 +24,7 @@ jobs:
name: Packaging
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}