Skip to content

Commit 5d8ad42

Browse files
committed
chore: add missing python classifiers
1 parent 6761a72 commit 5d8ad42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ def get_version() -> str:
5151
"Programming Language :: Python :: 3",
5252
"Programming Language :: Python :: 3.8",
5353
"Programming Language :: Python :: 3.9",
54+
"Programming Language :: Python :: 3.10",
55+
"Programming Language :: Python :: 3.11",
56+
"Programming Language :: Python :: 3.12",
5457
"Operating System :: OS Independent",
5558
"Topic :: Security",
5659
],

0 commit comments

Comments
 (0)