Skip to content

Commit 3e93927

Browse files
committed
build: Declare Python 3.14 support.
1 parent 20b9965 commit 3e93927

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3536
"Topic :: Software Development :: Testing",
3637
"Typing :: Typed",
3738
]
@@ -111,6 +112,9 @@ lint.ignore = [
111112
"D415", # First line should end with a period, question mark, or exclamation point
112113
]
113114

115+
[tool.pyproject-fmt]
116+
max_supported_python = "3.14"
117+
114118
[tool.pytest.ini_options]
115119
python_files = [
116120
"test_*.py",

0 commit comments

Comments
 (0)