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