Drop old python versions

This commit is contained in:
Sergey Tereschenko 2020-03-19 22:17:09 +02:00
parent 3d9ee427eb
commit 5b0645d718

View file

@ -29,11 +29,9 @@ setup(
download_url='https://github.com/deschler/django-modeltranslation/archive/%s.tar.gz' % version,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Operating System :: OS Independent',
'Environment :: Web Environment',
'Intended Audience :: Developers',