Skip to content

Commit

Permalink
Add Python 3.12 support (#1086)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Johnson <me@adamj.eu>
  • Loading branch information
foarsitter and adamchainz committed Nov 6, 2023
1 parent 51b82ac commit be1163b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
python: '3.11'
allow_failure: false

- name: py312-dj50-postgres-xdist-coverage
python: '3.12'
allow_failure: false

- name: py311-dj50-postgres-xdist-coverage
python: '3.11'
allow_failure: false
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Compatibility

* Official Django 5.0 support.

* Official Python 3.12 support.

v4.6.0 (2023-10-30)
-------------------

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Testing",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist =
py312-dj{main,50}-postgres
py311-dj{main,50,42,41}-postgres
py310-dj{main,50,42,41,32}-postgres
py39-dj{main,42,41,32}-postgres
Expand Down

0 comments on commit be1163b

Please sign in to comment.