We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c0162 commit d3ee328Copy full SHA for d3ee328
setup.py
@@ -7,7 +7,6 @@
7
8
from __future__ import absolute_import
9
10
-import platform
11
from os import listdir
12
from os.path import isfile, join
13
import re
@@ -67,6 +66,7 @@
67
66
"Programming Language :: Python :: 3.5",
68
"Programming Language :: Python :: 3.6",
69
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
70
"Programming Language :: Python :: Implementation :: CPython",
71
"Programming Language :: Python :: Implementation :: PyPy",
72
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
0 commit comments