From 535fe46702fd4d5bdff458637237e9103e5851d1 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Mon, 18 Jul 2016 14:47:41 -0600 Subject: [PATCH] Update Python support info. --- README.rst | 2 +- setup.py | 2 +- tox.ini | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 34769d5..666f35c 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/setup.py b/setup.py index 8b92d32..d894b58 100644 --- a/setup.py +++ b/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, diff --git a/tox.ini b/tox.ini index acbbcb8..105db28 100644 --- a/tox.ini +++ b/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