Drop python 2.6 and 3.3 support
This commit is contained in:
parent
e13d3b4271
commit
4cdc5bce56
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue