Skip to content

Commit

Permalink
Bring django support up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Apr 11, 2024
1 parent ba8c80a commit 19d6ea2
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,8 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
django-version: [3.2, 4.1, 4.2, 5.0]
django-version: [4.2, 5.0, master]
exclude:
# Django 3.2
- python-version: "3.10"
django-version: 3.2
- python-version: 3.11
django-version: 3.2
- python-version: 3.12
django-version: 3.2

# Django 4.1
- python-version: 3.12
django-version: 4.1

# Django 4.2
- python-version: 3.12
django-version: 4.2
Expand All @@ -40,6 +28,12 @@ jobs:
- python-version: 3.9
django-version: 5.0

# master
- python-version: 3.8
django-version: master
- python-version: 3.9
django-version: master

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand Down

0 comments on commit 19d6ea2

Please sign in to comment.