mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update Python support info.
This commit is contained in:
parent
69033eda50
commit
535fe46702
3 changed files with 2 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ django-model-utils
|
|||
Django model mixins and utilities.
|
||||
|
||||
``django-model-utils`` supports `Django`_ 1.4.10 and later on Python 2.6, 2.7,
|
||||
3.3 and 3.4.
|
||||
3.3, 3.4 and 3.5.
|
||||
|
||||
.. _Django: http://www.djangoproject.com/
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -41,9 +41,9 @@ setup(
|
|||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Framework :: Django',
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -10,7 +10,6 @@ envlist =
|
|||
basepython =
|
||||
py26: python2.6
|
||||
py27: python2.7
|
||||
py32: python3.2
|
||||
py33: python3.3
|
||||
py34: python3.4
|
||||
py35: python3.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue