Skip to content

Commit 14226a3

Browse files
committed
Declare support for Python 3.14
1 parent 729fcc1 commit 14226a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ repos:
3636
rev: v2.5.0
3737
hooks:
3838
- id: pyproject-fmt
39-
args: [--max-supported-python=3.13]
4039

4140
- repo: https://github.com/abravalheri/validate-pyproject
4241
rev: v0.23

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
"Topic :: Documentation",
2728
"Topic :: Software Development :: Documentation",
2829
]
@@ -69,3 +70,6 @@ lint.ignore = [
6970
"E241", # Multiple spaces after ','
7071
]
7172
lint.isort.required-imports = [ "from __future__ import annotations" ]
73+
74+
[tool.pyproject-fmt]
75+
max_supported_python = "3.14"

0 commit comments

Comments
 (0)