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.
1 parent 3b807a4 commit 51d018fCopy full SHA for 51d018f
changelogs/fragments/python-3.12.yml
@@ -0,0 +1,2 @@
1
+minor_changes:
2
+ - Declare support for Python 3.12 (https://github.com/ansible-community/antsibull-docs-parser/pull/45).
pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
32
"Programming Language :: Python :: 3.9",
33
"Programming Language :: Python :: 3.10",
34
"Programming Language :: Python :: 3.11",
35
+ "Programming Language :: Python :: 3.12",
36
"Typing :: Typed",
37
]
38
0 commit comments