8000 Declare support for Python 3.14 · python/python-docs-theme@f8c0b67 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8c0b67

Browse files
committed
Declare support for Python 3.14
1 parent 5b79510 commit f8c0b67

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
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3 :: Only",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Topic :: Documentation",
2526
"Topic :: Software Development :: Documentation",
2627
]
@@ -67,3 +68,6 @@ lint.ignore = [
6768
"E241", # Multiple spaces after ','
6869
]
6970
lint.isort.required-imports = [ "from __future__ import annotations" ]
71+
72+
[tool.pyproject-fmt]
73+
max_supported_python = "3.14"

0 commit comments

Comments
 (0)
0