Skip to content

Commit c96cd42

Browse files
author
myname
committed
adding support to Py 3.8 to setup.py
1 parent 88c89c8 commit c96cd42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ def get_version(package):
6060
'Programming Language :: Python :: 2',
6161
'Programming Language :: Python :: 2.6',
6262
'Programming Language :: Python :: 2.7',
63+
'Programming Language :: Python :: 3.8',
64+
6365
],
6466

6567
# What does your project relate to?

0 commit comments

Comments
 (0)