Skip to content

Commit 3e95c17

Browse files
authored
Merge branch 'main' into improve_data_source_validation
2 parents 42a5523 + c46f9f7 commit 3e95c17

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ Testing is run using [GitHub Hosted Runners](https://docs.github.com/en/actions/
6565

6666
| Requirement | Supported | Description | Passing Integration Tests |
6767
| --------------------- | ----- | ---- | ------ |
68-
| Python <3.9 | No | No support planned. contentctl tool uses modern language constructs not supported ion Python3.8 and below | N/A |
69-
| Python 3.9 | Yes | contentctl tool is written in Python | Yes (locally + GitHub Actions) |
70-
| Python 3.10 | Yes | contentctl tool is written in Python | Yes (locally + GitHub Actions) |
71-
| Python 3.11 | Yes | contentctl tool is written in Python | Yes (locally + GitHub Actions) |
68+
| Python 3.11+ | Yes | contentctl tool is written in Python | Yes (locally + GitHub Actions) |
7269
| Docker (local) | Yes | A running Splunk Server is required for Dynamic Testing. contentctl can automatically create, configure, and destroy this server as a Splunk container during the lifetime of a test. | (locally + GitHub Actions) |
7370
| Docker (remote) | Planned | A running Splunk Server is required for Dynamic Testing. contentctl can automatically create, configure, and destroy this server as a Splunk container during the lifetime of a test. | No |
7471

@@ -80,7 +77,7 @@ It is typically recommended to install poetry to the Global Python Environment.*
8077

8178
#### Install via pip (recommended):
8279
```
83-
python3.9 -m venv .venv
80+
python3.11 -m venv .venv
8481
source .venv/bin/activate
8582
pip install contentctl
8683
```
@@ -89,7 +86,7 @@ pip install contentctl
8986
```
9087
git clone https://github.com/splunk/contentctl
9188
cd contentctl
92-
python3.9 -m pip install poetry
89+
python3.11 -m pip install poetry
9390
poetry install
9491
poetry shell
9592
contentctl --help

0 commit comments

Comments
 (0)