We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a834a2 commit e248399Copy full SHA for e248399
pyproject.toml
@@ -38,6 +38,7 @@ classifiers = [
38
"Programming Language :: Python :: 3.10",
39
"Programming Language :: Python :: 3.11",
40
"Programming Language :: Python :: 3.12",
41
+ "Programming Language :: Python :: 3.13",
42
"Topic :: Software Development :: Libraries",
43
"Topic :: Software Development :: Testing",
44
"Topic :: Utilities",
@@ -313,6 +314,7 @@ ignore = "W009"
313
314
315
[tool.pyproject-fmt]
316
indent = 4
317
+max_supported_python = "3.13"
318
319
[tool.pytest.ini_options]
320
minversion = "2.0"
0 commit comments