Skip to content

Commit

Permalink
Add support for Django 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Oct 4, 2023
1 parent 17685a2 commit e94c7b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- 3.9
- '3.10'
- '3.11'
- '3.12-dev'
- '3.12'
tox-environment:
- django41
- django42
Expand All @@ -35,6 +35,8 @@ jobs:
tox-environment: djangomain
- python-version: '3.11'
tox-environment: djangomain
- python-version: '3.12'
tox-environment: djangomain

env:
TOXENV: ${{ matrix.tox-environment }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP",
Expand Down

0 comments on commit e94c7b2

Please sign in to comment.