- commit
- fa1213f7bc64a38cb302381d1268eac3f7ebe617
- parent
- 6592fd5723ba29ec6f5e9597fb9b472ccb5677c6
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-02-03 13:59
ci: update supported django/python versions
Diffstat
| M | .github/workflows/main.yml | 6 | ++---- |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -15,11 +15,9 @@ jobs: 15 15 matrix: 16 16 include: 17 17 - python: '3.9'18 -1 django: '3.2'19 -1 - python: '3.12'20 18 django: '4.2'21 -1 - python: '3.12'22 -1 django: '5.1'-1 19 - python: '3.13' -1 20 django: '5.2a1' 23 21 steps: 24 22 - uses: actions/checkout@v4 25 23 - uses: actions/setup-python@v5