1.14.0 Drop support of Python 3.2

This commit is contained in:
Roman Mogilatov 2016-01-25 15:05:25 +02:00
parent d6c84df816
commit 449a67eede
5 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,6 @@ env:
- TOXENV=pep257
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35

View File

@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
from . import catalogs
catalog = catalogs
VERSION = '1.13.2'
VERSION = '1.14.0'
"""Version number that follows semantic versioning.
:type: str

View File

@ -11,6 +11,10 @@ Development version
-------------------
- No features.
1.14.0
------
- Drop support of Python 3.2.
1.13.2
------
- Update PyPi info.

View File

@ -84,7 +84,6 @@ setup(name='dependency_injector',
'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',

View File

@ -1,6 +1,6 @@
[tox]
envlist=
coveralls, pylint, flake8, pep257, py26, py27, py32, py33, py34, py35, pypy, pypy3
coveralls, pylint, flake8, pep257, py26, py27, py33, py34, py35, pypy, pypy3
[testenv]
deps=