From fc53e317693dd2d9be5c5a0d689db47680ad58f3 Mon Sep 17 00:00:00 2001 From: DavidVadnais Date: Tue, 18 Mar 2025 23:01:23 +0000 Subject: [PATCH] fix indentation --- .github/workflows/pythonpackage.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index e21724a6..d6e5ce66 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -8,14 +8,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - include: - # Explicitly include Python 3.8 and 3.9 only with Django 4 - - python-version: "3.8" - django-version: "4" - - python-version: "3.9" - django-version: "4" - # Define the general matrix for Python with Django - python-version: ["3.10", "3.11"] + include: + # Explicitly include Python 3.8 and 3.9 only with Django 4 + - python-version: "3.8" + django-version: "4" + - python-version: "3.9" + django-version: "4" + # Define the general matrix for Python with Django + python-version: ["3.10", "3.11", "3.12"] django-version: ["4", "5"] steps: - uses: actions/checkout@v4