Skip to content

Commit cb1d79e

Browse files
Merge pull request #53 from microsoft/users/zhaodongwang/updatePythonSupportedVersion
Add support for Python 3.14 in pyproject.toml
2 parents 4334298 + c946339 commit cb1d79e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
"Operating System :: OS Independent",
2425
"Topic :: Software Development :: Libraries :: Python Modules",
2526
"Typing :: Typed",

0 commit comments

Comments
 (0)