- commit
- da497a5755c127cc2df277198d54a21825cacc30
- parent
- 88257443e86e2a7f7c648ef99da49f51f8d49107
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-10-08 08:54
use python 3.12 in CI
Diffstat
| M | .github/workflows/main.yml | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -16,9 +16,9 @@ jobs: 16 16 include: 17 17 - python: '3.7' 18 18 django: '3.2'19 -1 - python: '3.11'-1 19 - python: '3.12' 20 20 django: '4.1'21 -1 - python: '3.11'-1 21 - python: '3.12' 22 22 django: '4.2' 23 23 steps: 24 24 - uses: actions/checkout@v3