Skip to content

Commit 08ce0be

Browse files
committed
chore(pyproject): Add Python 3.13 and 3.14 support classifiers
1 parent 48cfe89 commit 08ce0be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2123
"Typing :: Typed"
2224
]
2325
packages = [

0 commit comments

Comments
 (0)