fix indentation

This commit is contained in:
DavidVadnais 2025-03-18 23:01:23 +00:00
parent 1eae15bb0f
commit fc53e31769

View File

@ -15,7 +15,7 @@ jobs:
- python-version: "3.9"
django-version: "4"
# Define the general matrix for Python with Django
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
django-version: ["4", "5"]
steps:
- uses: actions/checkout@v4