Skip to content

Commit 11e6560

Browse files
committed
README updates
Added Splunk Enterprise versions compatible with the SDK. Added python version 3.7 in the Test Suite README
1 parent 112015c commit 11e6560

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Here's what you need to get going with the Splunk Enterprise SDK for Python.
2828

2929
The Splunk Enterprise SDK for Python has been tested with Python v2.7 and v3.7.
3030

31-
* Splunk Enterprise
31+
* Splunk Enterprise 9.0 or 8.2
32+
33+
The Splunk Enterprise SDK for Python has been tested with Splunk Enterprise 9.0 and 8.2
3234

3335
If you haven't already installed Splunk Enterprise, download it [here](http://www.splunk.com/download).
3436
For more information, see the Splunk Enterprise [_Installation Manual_](https://docs.splunk.com/Documentation/Splunk/latest/Installation).

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Splunk Test Suite
22

33
The test suite uses Python's standard library and the built-in **unittest**
4-
library. If you're using Python 2.7, you're all set. However, if you are using
4+
library. If you're using Python 2.7 or Python 3.7, you're all set. However, if you are using
55
Python 2.6, you'll also need to install the **unittest2** library to get the
66
additional features that were added to Python 2.7 (just run `pip install
77
unittest2` or `easy_install unittest2`).

0 commit comments

Comments
 (0)