Remove support for python 2.6
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
|
||||
9
setup.py
9
setup.py
@@ -20,5 +20,12 @@ setup(
|
||||
packages=['imbox'],
|
||||
package_dir={'imbox': 'imbox'},
|
||||
zip_safe=False,
|
||||
install_requires=['six',],
|
||||
install_requires=['six'],
|
||||
classifiers=(
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user