Skip to content

Commit 87fba5c

Browse files
committed
Declare Python 3.13 support
1 parent 0aa16d7 commit 87fba5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers = [
3636
"Programming Language :: Python :: 3.10",
3737
"Programming Language :: Python :: 3.11",
3838
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
3940
"Typing :: Typed",
4041
]
4142
dependencies = [
@@ -53,6 +54,9 @@ add_imports = [
5354
force_single_line = true
5455
profile = "black"
5556

57+
[tool.pyproject-fmt]
58+
max_supported_python = "3.13"
59+
5660
[tool.pytest.ini_options]
5761
addopts = """\
5862
--strict-config

0 commit comments

Comments
 (0)