Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db2b77e + 1ea6d1e commit 18821f3Copy full SHA for 18821f3
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
# project metadata
6
[project]
7
name = "python-docs-theme"
8
-version = "2023.7"
+version = "2023.8"
9
description = "The Sphinx theme for the CPython docs and related projects"
10
readme = "README.rst"
11
urls.Code = "https://github.com/python/python-docs-theme"
@@ -30,6 +30,8 @@ classifiers = [
30
"Programming Language :: Python :: 3.9",
31
"Programming Language :: Python :: 3.10",
32
"Programming Language :: Python :: 3.11",
33
+ "Programming Language :: Python :: 3.12",
34
+ "Programming Language :: Python :: 3.13",
35
]
36
37
[[project.authors]]
0 commit comments