Add 3.13 tag

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
This commit is contained in:
Bernát Gábor 2024-09-07 14:27:39 -07:00
parent 813a9d0a4c
commit f707afe360
No known key found for this signature in database
GPG Key ID: EEDA44E02406AF79
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dynamic = [
"version",
@ -115,6 +116,9 @@ count = true
quiet-level = 3
ignore-words-list = "master"
[tool.pyproject-fmt]
max_supported_python = "3.13"
[tool.coverage]
html.show_contexts = true
html.skip_covered = false