Skip to content

Commit 4a57a37

Browse files
Support python 3.12
1 parent ce17999 commit 4a57a37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44

55
dependencies:
66
# runtime
7-
- python >=3.8,<3.12
7+
- python >=3.8,<3.13
88
- mkdocstrings-python >=1.5.2,<2.0
99
# build
1010
- hatchling >=1.18

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
2021
]
2122
keywords = [
2223
"documentation-tool", "mkdocstrings", "mkdocstrings-handler", "python"

0 commit comments

Comments
 (0)