Skip to content

Commit 4f113c0

Browse files
committedDec 12, 2019
misc: add Python 3.8 classifier
1 parent 49b3b81 commit 4f113c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def get_version():
3131
'Programming Language :: Python :: 3.5',
3232
'Programming Language :: Python :: 3.6',
3333
'Programming Language :: Python :: 3.7',
34+
'Programming Language :: Python :: 3.8',
3435
'Programming Language :: Python :: Implementation :: CPython',
3536
'Programming Language :: Python :: Implementation :: PyPy',
3637
],

0 commit comments

Comments
 (0)
Please sign in to comment.