Skip to content

Commit

Permalink
Update test coverage to include Django 5.1 (#131)
Browse files Browse the repository at this point in the history
Also adding missing Django 5.0 on Python 3.10 support.
  • Loading branch information
mgrdcm authored Jan 7, 2025
1 parent 3aa22b8 commit 5838cb1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,25 @@ jobs:
django-version: "4.0.*"
- python-version: "3.10"
django-version: "4.1.*"
- python-version: "3.10"
django-version: "5.0.*"
- python-version: "3.10"
django-version: "5.1.*"

- python-version: "3.11"
django-version: "4.2.*"

- python-version: "3.11"
django-version: "5.0.*"
coverage: true
- python-version: "3.11"
django-version: "5.1.*"

- python-version: "3.12"
django-version: "4.2.*"
django-version: "4.2.*,>=4.2.8"
- python-version: "3.12"
django-version: "5.0.*"
- python-version: "3.12"
django-version: "5.1.*"

steps:
- name: Checkout
Expand Down

0 comments on commit 5838cb1

Please sign in to comment.