Skip to content

Commit 528c2db

Browse files
authored
Add missing python version to pyproject.toml qualifiers (#411)
1 parent ec6f3d3 commit 528c2db

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.9",
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2123
"Operating System :: OS Independent",
2224
"Intended Audience :: Developers",
2325
"Topic :: System :: Networking",

0 commit comments

Comments
 (0)