Removed 2.6 from support list.

This commit is contained in:
Vinay Sajip 2017-02-24 20:54:46 +00:00
parent 297083b2eb
commit 6d3149f584
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
language: python
sudo: false
python:
- "2.6"
# - "2.6" removed as now too old to support
- "2.7"
# - "3.2" removed because Coveralls/coverage 4.0 fails on 3.2
- "3.3"

View File

@ -47,7 +47,7 @@ Released: 2016-09-30
- Updated to not fail on import if SSL is unavailable.
- Added normalize_name fpr project name comparisons using PEP 503.
- Added normalize_name for project name comparisons using PEP 503.
- tests

View File

@ -53,7 +53,7 @@ distutils.core.setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 2.6',
# 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',