Skip to content

Commit be1163b

Browse files
Add Python 3.12 support (#1086)
Co-authored-by: Adam Johnson <me@adamj.eu>
1 parent 51b82ac commit be1163b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
python: '3.11'
7070
allow_failure: false
7171

72+
- name: py312-dj50-postgres-xdist-coverage
73+
python: '3.12'
74+
allow_failure: false
75+
7276
- name: py311-dj50-postgres-xdist-coverage
7377
python: '3.11'
7478
allow_failure: false

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Compatibility
99

1010
* Official Django 5.0 support.
1111

12+
* Official Python 3.12 support.
13+
1214
v4.6.0 (2023-10-30)
1315
-------------------
1416

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.9",
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
36+
"Programming Language :: Python :: 3.12",
3637
"Programming Language :: Python :: Implementation :: CPython",
3738
"Programming Language :: Python :: Implementation :: PyPy",
3839
"Topic :: Software Development :: Testing",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist =
3+
py312-dj{main,50}-postgres
34
py311-dj{main,50,42,41}-postgres
45
py310-dj{main,50,42,41,32}-postgres
56
py39-dj{main,42,41,32}-postgres

0 commit comments

Comments
 (0)