Skip to content

Commit

Permalink
Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Oct 4, 2023
1 parent a544964 commit 1770773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- 3.9
- '3.10'
- '3.11'
- '3.12'
tox-environment:
- dj32
- dj41
Expand All @@ -26,6 +27,8 @@ jobs:
tox-environment: djmain
- python-version: '3.11'
tox-environment: djmain
- python-version: '3.12'
tox-environment: djmain

env:
COVERALLS_FLAG_NAME: Python ${{ matrix.python-version }} / ${{ 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 @@ -28,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP",
]
Expand Down

0 comments on commit 1770773

Please sign in to comment.