- commit
- f00fb604e587a8f63a1551a27805321b01cf12cb
- parent
- 49003746783e32cd60e55c4593bef5d7e709c4bd
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-12-06 07:22
drop support for python 3.8
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
@@ -14,7 +14,7 @@ jobs: 14 14 strategy: 15 15 matrix: 16 16 include:17 -1 - python: '3.8'-1 17 - python: '3.9' 18 18 django: '3.2' 19 19 - python: '3.12' 20 20 django: '4.2'