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 27fc305 commit 35e5c04Copy full SHA for 35e5c04
.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
@@ -2,7 +2,7 @@
2
build-backend = "hatchling.build"
3
requires = [
4
"hatch-vcs>=0.3",
5
- "hatchling>=1.17",
+ "hatchling>=1.17.1",
6
]
7
8
[project]
@@ -31,6 +31,7 @@ classifiers = [
31
"Programming Language :: Python :: 3.9",
32
"Programming Language :: Python :: 3.10",
33
"Programming Language :: Python :: 3.11",
34
+ "Programming Language :: Python :: 3.12",
35
"Topic :: Internet",
36
"Topic :: Software Development :: Libraries",
37
"Topic :: System",
0 commit comments