swapping python 3.8 and 3.9 for 3.12

This commit is contained in:
DavidVadnais 2025-03-18 22:53:08 +00:00
parent 86752d57e0
commit 1da3178a70

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
django-version: ["4", "5"]
steps:
- uses: actions/checkout@v4