Skip to content

Commit

Permalink
Test and support Django 5.0 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles authored Jan 27, 2024
1 parent 3aa2d36 commit 2b49533
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,14 @@ jobs:
- "3.2"
- "4.1"
- "4.2"
- "5.0"
exclude:
- python-version: "3.12"
django-version: "2.2"
- python-version: "3.8"
django-version: "5.0"
- python-version: "3.9"
django-version: "5.0"
steps:
- uses: actions/checkout@v3
- name: Setup Python version ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifier =
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Expand Down

0 comments on commit 2b49533

Please sign in to comment.