- commit
- 6ae86e2aae6a4459f42f711d300cdce9b439e7e3
- parent
- 0010573f3f8587d2d5a62313cc6efce17ad7696d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-01-03 21:43
drop support for django 4.1
Diffstat
| M | .github/workflows/main.yml | 2 | -- |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -17,8 +17,6 @@ jobs: 17 17 - python: '3.8' 18 18 django: '3.2' 19 19 - python: '3.12'20 -1 django: '4.1'21 -1 - python: '3.12'22 20 django: '4.2' 23 21 steps: 24 22 - uses: actions/checkout@v4