Removed 2.6 from support list.
This commit is contained in:
parent
297083b2eb
commit
6d3149f584
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue