Skip to content

Commit 80b353d

Browse files
committed
Update setup.py classifiers
(cherry picked from commit 656c96b)
1 parent f4b1f0e commit 80b353d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

+7-1
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)