Skip to content

Commit 334d69e

Browse files
committed
feat: add compatibility to python3.13
1 parent 8900a0c commit 334d69e

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
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
3132
"License :: OSI Approved :: MIT License",
3233
"Operating System :: MacOS",
3334
"Operating System :: Microsoft",
@@ -59,7 +60,7 @@ dependencies = [
5960
]
6061

6162
[[tool.hatch.envs.test.matrix]]
62-
python = ["3.9", "3.10", "3.11", "3.12"]
63+
python = ["3.9", "3.10", "3.11", "3.12", "3.13"]
6364

6465
[template.plugins.default]
6566
src-layout = true

0 commit comments

Comments
 (0)