Skip to content

Commit 41100f9

Browse files
authored
Declare 3.14 support (#571)
1 parent 92e9751 commit 41100f9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
exclude:
33
authors:
4-
- dependabot
5-
- pre-commit-ci
4+
- dependabot[bot]
5+
- pre-commit-ci[bot]

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: tox-ini-fmt
2121
args: ["-p", "fix"]
2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: "v2.8.0"
23+
rev: "v2.10.0"
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
3636
"Programming Language :: Python :: 3.13",
37+
"Programming Language :: Python :: 3.14",
3738
"Topic :: Documentation :: Sphinx",
3839
]
3940
dynamic = [
@@ -111,7 +112,7 @@ write-changes = true
111112
count = true
112113

113114
[tool.pyproject-fmt]
114-
max_supported_python = "3.13"
115+
max_supported_python = "3.14"
115116

116117
[tool.pytest.ini_options]
117118
testpaths = [

0 commit comments

Comments
 (0)