Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/js-examples-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node:
- 14
- 8.17.0
- 22
splunk-version:
- "8.0"
- "latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os:
- ubuntu-latest
python: [ 3.7, 3.9 ]
python: [3.9, 3.13 ]
splunk-version:
- "8.0"
- "latest"
Expand Down
4 changes: 1 addition & 3 deletions python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = clean,docs,py37,py39
envlist = clean,docs,py39,313
skipsdist = {env:TOXBUILD:true}

[testenv:pep8]
Expand Down Expand Up @@ -28,8 +28,6 @@ setenv = SPLUNK_HOME=/opt/splunk
allowlist_externals = make
deps = pytest
pytest-cov
xmlrunner
unittest-xml-reporting
python-dotenv
analytics
splunk-sdk
Expand Down