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 3085ffd commit 50e638eCopy full SHA for 50e638e
.pre-commit-config.yaml
@@ -22,6 +22,7 @@ repos:
22
rev: "0.11.2"
23
hooks:
24
- id: pyproject-fmt
25
+ additional_dependencies: ["tox>=4.6"]
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
rev: "v3.0.0-alpha.9-for-vscode"
28
pyproject.toml
@@ -37,6 +37,7 @@ classifiers = [
37
"Programming Language :: Python :: 3.9",
38
"Programming Language :: Python :: 3.10",
39
"Programming Language :: Python :: 3.11",
40
+ "Programming Language :: Python :: 3.12",
41
"Programming Language :: Python :: Implementation :: CPython",
42
"Programming Language :: Python :: Implementation :: PyPy",
43
"Topic :: Software Development :: Libraries :: Python Modules",
0 commit comments