Drop python 2.6 and 3.3 support

This commit is contained in:
Roman Mogylatov 2018-08-17 00:06:20 +03:00
parent e13d3b4271
commit 4cdc5bce56
2 changed files with 0 additions and 6 deletions

View File

@ -19,12 +19,8 @@ matrix:
env: TOXENV=flake8
- python: 2.7
env: TOXENV=pydocstyle
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5

View File

@ -78,10 +78,8 @@ setup(name='dependency-injector',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',