Skip to content

Commit d103d5c

Browse files
authored
docs: python 3.13 and 3.14 (#292)
Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
1 parent a2a95ad commit d103d5c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lint = [
2121
]
2222

2323
[[envs.all.matrix]]
24-
python = ["3.9", "3.10", "3.11", "3.12"]
24+
python = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2525

2626
[envs.container.env-vars]
2727

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2426
"Operating System :: POSIX :: Linux",
2527
"Operating System :: Microsoft :: Windows",
2628
"Operating System :: MacOS",

0 commit comments

Comments
 (0)