Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4dfbbd

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

File tree

Expand file treeCollapse file tree

3 files changed

+8
-1
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+8
-1
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: CHANGES.rst
+6Lines 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

Copy file name to clipboardExpand all lines: pyproject.toml
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.