Skip to content

Commit bee3c1b

Browse files
committed
setup.py: add Python 3.8 to trove classifiers
1 parent 2949279 commit bee3c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def run(self):
105105
'Programming Language :: Python :: 3.5',
106106
'Programming Language :: Python :: 3.6',
107107
'Programming Language :: Python :: 3.7',
108+
'Programming Language :: Python :: 3.8',
108109
'Programming Language :: Python :: Implementation :: CPython',
109110
'Programming Language :: Python :: Implementation :: PyPy'
110111
],

0 commit comments

Comments
 (0)