Skip to content

Commit

Permalink
Add explicit support for Django 5.2a1 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Jan 28, 2025
1 parent cbac7ee commit d21ae24
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: [3.9, "3.10", 3.11, 3.12] # 3.13 can be supported if lxml supports 3.13
django-version: [4.2, 5.0, 5.1, master]
django-version: [4.2, 5.0, 5.1, "5.2a1", "master"]
exclude:
# Django 4.2
- python-version: 3.12
Expand All @@ -34,7 +34,11 @@ jobs:
- python-version: 3.9
django-version: 5.1

# master
# Django 5.2
- python-version: 3.9
django-version: 5.2a1

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

Expand Down

0 comments on commit d21ae24

Please sign in to comment.