From 7fb6ed5a532ae92c30b64e119fd966945a3c56fa Mon Sep 17 00:00:00 2001 From: Marcin Kolasinski Date: Mon, 11 Aug 2025 08:26:35 +0200 Subject: [PATCH 1/2] chore: check python3.13 compatibility --- .github/workflows/build-test-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 374d2bf6..3dc3ce5d 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: "3.7" + PYTHON_VERSION: "3.13" POETRY_VERSION: "1.5.1" jobs: @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: matrix - uses: splunk/addonfactory-test-matrix-action@v1.10 + uses: splunk/addonfactory-test-matrix-action@v3.0.6 fossa-scan: continue-on-error: true From cf87f6f21d5fbb83113ede20d2cf5519ace264f5 Mon Sep 17 00:00:00 2001 From: Marcin Kolasinski Date: Mon, 11 Aug 2025 08:37:18 +0200 Subject: [PATCH 2/2] chore: upgrade splunk-sdk in testdata --- .../testdata/Splunk_TA_UCCExample/package/lib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testdata/Splunk_TA_UCCExample/package/lib/requirements.txt b/tests/testdata/Splunk_TA_UCCExample/package/lib/requirements.txt index 65c27f79..1f8bb634 100644 --- a/tests/testdata/Splunk_TA_UCCExample/package/lib/requirements.txt +++ b/tests/testdata/Splunk_TA_UCCExample/package/lib/requirements.txt @@ -6,7 +6,7 @@ pysocks==1.7.1 ; python_version >= "3.7" and python_version < "4.0" requests==2.28.2 ; python_version >= "3.7" and python_version < "4" solnlib==4.9.1 ; python_version >= "3.7" and python_version < "4.0" sortedcontainers==2.4.0 ; python_version >= "3.7" and python_version < "4.0" -splunk-sdk==1.7.3 ; python_version >= "3.7" and python_version < "4.0" +splunk-sdk==2.1.0 ; python_version >= "3.7" and python_version < "4.0" splunktalib==3.0.3 ; python_version >= "3.7" and python_version < "4.0" splunktaucclib==6.0.7 ; python_version >= "3.7" and python_version < "4.0" urllib3==1.26.14 ; python_version >= "3.7" and python_version < "4"