Skip to content

Commit 50e638e

Browse files
committed
Add 3.12 marker
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 3085ffd commit 50e638e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ repos:
2222
rev: "0.11.2"
2323
hooks:
2424
- id: pyproject-fmt
25+
additional_dependencies: ["tox>=4.6"]
2526
- repo: https://github.com/pre-commit/mirrors-prettier
2627
rev: "v3.0.0-alpha.9-for-vscode"
2728
hooks:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.9",
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: 3.11",
40+
"Programming Language :: Python :: 3.12",
4041
"Programming Language :: Python :: Implementation :: CPython",
4142
"Programming Language :: Python :: Implementation :: PyPy",
4243
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)