- commit
- f7096975f4b716b22753bcaec524b8e53c4f51b9
- parent
- ad2b89d789f80572940cc353cc512b42e649f398
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-10-20 14:43
ci: test with python 3.14
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
@@ -16,7 +16,7 @@ jobs: 16 16 include: 17 17 - python: '3.10' 18 18 django: '4.2'19 -1 - python: '3.13'-1 19 - python: '3.14' 20 20 django: '5.2' 21 21 steps: 22 22 - uses: actions/checkout@v4