Skip to content

Commit e248399

Browse files
authored
MAINT: adding back Python 3.13 classifier (#12743)
* adding max_supported_python to pyproject-fmt config
1 parent 8a834a2 commit e248399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ classifiers = [
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: 3.11",
4040
"Programming Language :: Python :: 3.12",
41+
"Programming Language :: Python :: 3.13",
4142
"Topic :: Software Development :: Libraries",
4243
"Topic :: Software Development :: Testing",
4344
"Topic :: Utilities",
@@ -313,6 +314,7 @@ ignore = "W009"
313314

314315
[tool.pyproject-fmt]
315316
indent = 4
317+
max_supported_python = "3.13"
316318

317319
[tool.pytest.ini_options]
318320
minversion = "2.0"

0 commit comments

Comments
 (0)