Skip to content

Commit

Permalink
Merge pull request #62 from sphinx-doc/python3.12
Browse files Browse the repository at this point in the history
Add support for Python 3.12
  • Loading branch information
timobrembeck committed Oct 9, 2023
2 parents 72705c6 + c8f641e commit f4dfbbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: ["django~=3.2", "django~=4.1", "django~=4.2"]
optional-dependencies: ["optional-deps", "no-optional-deps"]
env:
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Unreleased
----------

* Add support for Python 3.12


Version 2.5 (2023-09-26)
------------------------

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Internet :: WWW/HTTP",
Expand Down

0 comments on commit f4dfbbd

Please sign in to comment.