Skip to content

Commit

Permalink
Support django 5 (#640)
Browse files Browse the repository at this point in the history
* Bump version to 2.10

* Bump version to 2.10.1

* Officially support Django 5

* Exclude some Python versions
  • Loading branch information
selwin authored Dec 26, 2023
1 parent 5da4d66 commit 046ce85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
name: Python${{ matrix.python-version }}/Django${{ matrix.django-version }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: ["3.2.16", "4.0.8", "4.1.3", "4.2"]
python-version: ["3.10", "3.11", "3.12"]
django-version: ["3.2.23", "4.0.8", "4.1.3", "4.2", "5.0"]

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

0 comments on commit 046ce85

Please sign in to comment.