diff --git a/setup.py b/setup.py index 2197a52..9764f42 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,8 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], description='backup a github user or organization', long_description=open_file('README.rst').read(),