Skip to content

Commit d6233e6

Browse files
committed
Add official Python 3.12 support
1 parent 325be88 commit d6233e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
- "3.8"
7878
- "3.9"
7979
- "3.10"
80+
- "3.12"
8081
django-version:
8182
- "3.2" # LTS
8283
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
3031
"Framework :: Django",
3132
"Framework :: Django :: 3.2",
3233
"Framework :: Django :: 4.1",

0 commit comments

Comments
 (0)