Skip to content

Commit 07cf4c1

Browse files
committed
Add Python up to 3.8 to classifiers
Not adding 3.9 and above as we don't test it yet.
1 parent b565d51 commit 07cf4c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
"Programming Language :: Python :: 3.4",
4848
"Programming Language :: Python :: 3.5",
4949
"Programming Language :: Python :: 3.6",
50+
"Programming Language :: Python :: 3.7",
51+
"Programming Language :: Python :: 3.8",
5052
"License :: OSI Approved :: GNU General Public License (GPL)",
5153
"Intended Audience :: Developers",
5254
],

0 commit comments

Comments
 (0)