Skip to content

Commit

Permalink
ci,packaging: Add Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 2, 2023
1 parent ebcc20a commit 8e46af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.9', '3.11' ]
django-version: [ '2.2', '3.1', '3.2', '4.0', '4.1' ]
django-version: [ '2.2', '3.1', '3.2', '4.0', '4.1', '4.2' ]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ classifiers = [
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 8e46af0

Please sign in to comment.