Skip to content

Commit

Permalink
Django 5.0 tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Oct 7, 2023
1 parent 42ab8c0 commit 39eb3fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
django-version: ['<4', '<4.2', '']
django-version: ['<4', '<4.2', '<5', '']
exclude:
- python-version: '3.11'
django-version: '<4'
- python-version: '3.8'
django-version: ''
- python-version: '3.9'
django-version: ''
include:
- python-version: '3.12'
django-version: ''
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Framework :: Django :: 4",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 39eb3fc

Please # to comment.