Skip to content

Commit f4dfbbd

Browse files
authored
Merge pull request #62 from sphinx-doc/python3.12
Add support for Python 3.12
2 parents 72705c6 + c8f641e commit f4dfbbd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ["3.8", "3.9", "3.10", "3.11"]
8+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
99
django-version: ["django~=3.2", "django~=4.1", "django~=4.2"]
1010
optional-dependencies: ["optional-deps", "no-optional-deps"]
1111
env:

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Unreleased
5+
----------
6+
7+
* Add support for Python 3.12
8+
9+
410
Version 2.5 (2023-09-26)
511
------------------------
612

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
2526
"Programming Language :: Python",
2627
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2728
"Topic :: Internet :: WWW/HTTP",

0 commit comments

Comments
 (0)