Skip to content

Commit b49133e

Browse files
committed
pyproject: update for Python 3.13
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 68a2bf1 commit b49133e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
"Topic :: Scientific/Engineering :: Bio-Informatics",
2728
"Typing :: Typed",
2829
]
@@ -44,7 +45,7 @@ version = {attr = "openslide._version.__version__"}
4445

4546
[tool.black]
4647
skip-string-normalization = true
47-
target-version = ["py38", "py39", "py310", "py311", "py312"]
48+
target-version = ["py38", "py39", "py310", "py311", "py312", "py313"]
4849

4950
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
5051
# also ignore:

0 commit comments

Comments
 (0)