Clean up Python 2.6 related stuff
Change-Id: I303465277b30dff66129b6c65112b3e427ee6292
This commit is contained in:
parent
284b7636af
commit
bb73a14d24
@ -1,6 +1,5 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
|
@ -5,7 +5,7 @@ Installation
|
||||
Python Versions
|
||||
===============
|
||||
|
||||
stevedore is tested under Python 2.6, 2.7 and 3.4.
|
||||
stevedore is tested under Python 2.7 and 3.4.
|
||||
|
||||
.. _install-basic:
|
||||
|
||||
|
@ -15,7 +15,6 @@ setup(
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'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.4',
|
||||
|
@ -15,7 +15,6 @@ setup(
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'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.4',
|
||||
|
Loading…
Reference in New Issue
Block a user