Skip to content

Commit 51d018f

Browse files
authored
Declare support for Python 3.12. (#45)
1 parent 3b807a4 commit 51d018f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelogs/fragments/python-3.12.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.9",
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
35+
"Programming Language :: Python :: 3.12",
3536
"Typing :: Typed",
3637
]
3738

0 commit comments

Comments
 (0)