Update Python versions

This commit is contained in:
Ram Rachum 2019-04-21 21:52:54 +03:00
parent 5631b3db61
commit 8fcedfacbe
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ setuptools.setup(
install_requires=open('requirements.txt', 'r').read().split('\n'),
tests_require=open('test_requirements.txt', 'r').read().split('\n'),
classifiers=[
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',