Skip to content

Commit

Permalink
Add support of Django 4.1 and 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaty committed Jul 28, 2023
1 parent 7d70a64 commit 28b8bb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- "3.1"
- "3.2"
- "4.0"
- "4.1"
- "4.2"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ license_files = LICENSE.txt
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 3
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Framework :: Django :: 4
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Expand Down

0 comments on commit 28b8bb3

Please sign in to comment.