Skip to content

Commit 656c96b

Browse files
committed
Update setup.py classifiers
1 parent f37745e commit 656c96b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919
"Topic :: Software Development :: Libraries",
2020
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.7"
22+
"Programming Language :: Python :: 3.7",
23+
"Programming Language :: Python :: 3.8",
24+
"Programming Language :: Python :: 3.9",
25+
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2329
"Programming Language :: Python :: 3 :: Only",
2430
],
2531
install_requires=[

0 commit comments

Comments
 (0)