Skip to content

Commit

Permalink
Merge pull request #81 from cclauss/patch-1
Browse files Browse the repository at this point in the history
GitHub Actions: Add Django v5.0 and Python 3.12 to the testing
  • Loading branch information
nicholasserra authored Dec 6, 2023
2 parents 6f2c350 + 234ff97 commit 1657d5e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,24 @@ jobs:
- python-version: "3.10"
django-version: Django==4.2

- python-version: "3.10"
django-version: Django==5.0

- python-version: "3.11"
django-version: Django==4.1

- python-version: "3.11"
django-version: Django==4.2

- python-version: "3.11"
django-version: Django==5.0

- python-version: "3.12"
django-version: Django==4.2

- python-version: "3.12"
django-version: Django==5.0

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 1657d5e

Please sign in to comment.