Skip to content

Commit cb1b0b6

Browse files
committed
Add support for python 3.7 and 3.8 in package classifiers
1 parent d7f0747 commit cb1b0b6

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
@@ -25,6 +25,8 @@ def open_file(fname):
2525
'License :: OSI Approved :: MIT License',
2626
'Programming Language :: Python :: 3.5',
2727
'Programming Language :: Python :: 3.6',
28+
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.8',
2830
],
2931
description='backup a github user or organization',
3032
long_description=open_file('README.rst').read(),

0 commit comments

Comments
 (0)