We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e261a3f commit baa61a5Copy full SHA for baa61a5
.pre-commit-config.yaml
@@ -52,5 +52,4 @@ repos:
52
rev: v2.16.0
53
hooks:
54
- id: pyproject-fmt
55
- args: ["--max-supported-python", "3.13"]
56
additional_dependencies: ["tox>=4.9"]
pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
32
"Programming Language :: Python :: 3.11",
33
"Programming Language :: Python :: 3.12",
34
"Programming Language :: Python :: 3.13",
35
+ "Programming Language :: Python :: 3.14",
36
"Programming Language :: Python :: Implementation :: CPython",
37
"Programming Language :: Python :: Implementation :: PyPy",
38
"Topic :: Software Development :: Libraries",
0 commit comments