Add python-3.7 to setup.py; remove python 3.4

This commit is contained in:
Sergey Tereschenko 2019-02-11 23:22:08 +02:00
parent 6cbeeab8eb
commit 6afe13e3a2

View file

@ -31,9 +31,9 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Environment :: Web Environment',
'Intended Audience :: Developers',