Skip to content

Commit 7cf9244

Browse files
committed
Update setup.py with all tested python versions (#442)
1 parent 6c87c27 commit 7cf9244

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
"Programming Language :: Python :: 3",
4040
"Programming Language :: Python :: 3.7",
4141
"Programming Language :: Python :: 3.8",
42+
"Programming Language :: Python :: 3.9",
43+
"Programming Language :: Python :: 3.10",
44+
"Programming Language :: Python :: 3.11",
45+
"Programming Language :: Python :: 3.12",
4246
"Topic :: Utilities",
4347
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
4448
],

0 commit comments

Comments
 (0)