Skip to content

Commit

Permalink
⚙️ Updates exclude matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Aug 16, 2024
1 parent a1ec530 commit 25cfa8e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
exclude:
# # Python 3.11 is compatible with Django 4.0+
# - python-version: "3.11"
# django-version: "3.2"
# # Python 3.12 is compatible with Django 4.0+
# - python-version: "3.12"
# django-version: "3.2"
# Django 5.0 is compatible with Python 3.10+
- python-version: "3.8"
django-version: "5.0"
- python-version: "3.9"
django-version: "5.0"
# Django 5.1 is compatible with Python 3.10+
- python-version: "3.8"
django-version: "5.1"
- python-version: "3.9"
django-version: "5.1"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 25cfa8e

Please sign in to comment.