mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-05 03:54:43 +00:00
Drop old python versions
This commit is contained in:
parent
3d9ee427eb
commit
5b0645d718
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue