Skip to content

Commit e2e9c76

Browse files
committed
drop support for python 2.6
1 parent d475503 commit e2e9c76

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ language: python
3737

3838
python:
3939
- "2.7"
40-
- "2.6"
4140

4241
install: "pip install unittest2"
4342

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here's what you need to get going with the Splunk SDK for Python.
3636

3737
#### Python
3838

39-
The Splunk SDK for Python requires Python 2.6+.
39+
The Splunk SDK for Python requires Python 2.7+.
4040

4141
#### Splunk
4242

@@ -168,9 +168,7 @@ prompt in the **/splunk-sdk-python/tests** subdirectory and enter:
168168
python test_app.py
169169

170170
The test suite uses Python's standard library and the built-in `unittest`
171-
library. If you're using Python 2.7, you're all set. However, if you are using
172-
Python 2.6, you'll also need to install the `unittest2` library to
173-
get the additional features that were added to Python 2.7.
171+
library.
174172

175173
You can read more about our testing framework on
176174
[GitHub](https://github.com/splunk/splunk-sdk-python/tree/master/tests).
@@ -315,7 +313,3 @@ You can reach the Developer Platform team at _devinfo@splunk.com_.
315313
The Splunk Software Development Kit for Python is licensed under the Apache
316314
License 2.0. Details can be found in the file LICENSE.
317315

318-
For compatibility with Python 2.6, The Splunk Software Development Kit
319-
for Python ships with ordereddict.py from the ordereddict package on
320-
[PyPI](http://pypi.python.org/pypi/ordereddict/1.1), which is licensed
321-
under the MIT license (see the top of splunklib/ordereddict.py).

0 commit comments

Comments
 (0)