From 67913574b102f7f4c99ce46398d9f5d4c2114ecd Mon Sep 17 00:00:00 2001 From: Ian Rokas Date: Mon, 21 Jul 2025 18:57:43 +0000 Subject: [PATCH] fix: updates related to support for Python 3.13 in SOAR 7.0 [batch update] --- github.json | 2 +- release_notes/unreleased.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/github.json b/github.json index 4fbe7fc..88a0fe1 100644 --- a/github.json +++ b/github.json @@ -11,7 +11,7 @@ "publisher": "Splunk", "license": "Copyright (c) 2019-2025 Splunk Inc.", "app_version": "2.1.1", - "python_version": "3", + "python_version": ["3.9", "3.13"], "fips_compliant": true, "utctime_updated": "2021-04-28T23:08:45.000000Z", "package_name": "phantom_github", diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index c17914d..5c707a3 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,3 +1,4 @@ **Unreleased** * chore(ci): update pre-commit config +* Update Python version for 3.13