Skip to content

Commit 62126dd

Browse files
authored
Add Python 3.12 to CI (#1481)
1 parent e735f5d commit 62126dd

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
python-version: "3.11"
2020
- django: "4.2"
2121
python-version: "3.11"
22+
- django: "4.2"
23+
python-version: "3.12"
2224
steps:
2325
- uses: actions/checkout@v3
2426
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"Programming Language :: Python :: 3.9",
5050
"Programming Language :: Python :: 3.10",
5151
"Programming Language :: Python :: 3.11",
52+
"Programming Language :: Python :: 3.12",
5253
"Programming Language :: Python :: Implementation :: PyPy",
5354
"Framework :: Django",
5455
"Framework :: Django :: 3.2",

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist =
33
py{38,39,310}-django32
44
py{38,39}-django{41,42}
55
py{310,311}-django{41,42,main}
6+
py312-django{42,main}
67
pre-commit
78

89
[gh-actions]
@@ -11,6 +12,7 @@ python =
1112
3.9: py39
1213
3.10: py310
1314
3.11: py311
15+
3.12: py312
1416

1517
[gh-actions:env]
1618
DJANGO =

0 commit comments

Comments
 (0)