- commit
- 7460adaa323e700cce27f0ee062756d584587c63
- parent
- 5b45c17f33f09062bcff0fa902f5d7b25769e7a5
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-05-21 13:13
update test matrix to django 5.2
Diffstat
| M | .github/workflows/main.yml | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs: 17 17 - python: '3.9' 18 18 django: '4.2' 19 19 - python: '3.13'20 -1 django: '5.2a1'-1 20 django: '5.2' 21 21 steps: 22 22 - uses: actions/checkout@v4 23 23 - uses: actions/setup-python@v5