We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa16d7 commit 87fba5cCopy full SHA for 87fba5c
pyproject.toml
@@ -36,6 +36,7 @@ classifiers = [
36
"Programming Language :: Python :: 3.10",
37
"Programming Language :: Python :: 3.11",
38
"Programming Language :: Python :: 3.12",
39
+ "Programming Language :: Python :: 3.13",
40
"Typing :: Typed",
41
]
42
dependencies = [
@@ -53,6 +54,9 @@ add_imports = [
53
54
force_single_line = true
55
profile = "black"
56
57
+[tool.pyproject-fmt]
58
+max_supported_python = "3.13"
59
+
60
[tool.pytest.ini_options]
61
addopts = """\
62
--strict-config
0 commit comments