Skip to content

Commit 65aca5e

Browse files
authored
Merge pull request #66 from splunk/SDK-19
2 parents aa22e46 + 43250fa commit 65aca5e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/js-examples-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
node:
1717
- 14
1818
- 8.17.0
19+
- 22
1920
splunk-version:
2021
- "8.0"
2122
- "latest"

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-latest
16-
python: [ 3.7, 3.9 ]
16+
python: [3.9, 3.13 ]
1717
splunk-version:
1818
- "8.0"
1919
- "latest"

python/tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = clean,docs,py37,py39
2+
envlist = clean,docs,py39,313
33
skipsdist = {env:TOXBUILD:true}
44

55
[testenv:pep8]
@@ -28,8 +28,6 @@ setenv = SPLUNK_HOME=/opt/splunk
2828
allowlist_externals = make
2929
deps = pytest
3030
pytest-cov
31-
xmlrunner
32-
unittest-xml-reporting
3331
python-dotenv
3432
analytics
3533
splunk-sdk

0 commit comments

Comments
 (0)