Skip to content

Commit bd1c5ec

Browse files
Merge pull request #53 from splunk-soar-connectors/python-version-3.13-phase5part2
Update python_version 3.13 phase 5
2 parents b7a4bc6 + f935ebd commit bd1c5ec

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[MASTER]
2+
ignore=.venv

git.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"product_version_regex": ".*",
2626
"min_phantom_version": "6.3.0",
2727
"fips_compliant": true,
28-
"python_version": "3.9",
28+
"python_version": "3.9, 3.13",
2929
"logo": "logo_git.svg",
3030
"logo_dark": "logo_git_dark.svg",
3131
"latest_tested_versions": [

git_connector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
from pathlib import Path
2323
from shutil import rmtree
2424

25+
import git
26+
2527
# Phantom imports
2628
import phantom.app as phantom
2729
import phantom.rules as phantom_rules
2830
from Cryptodome.PublicKey import RSA
2931
from phantom.action_result import ActionResult
3032
from phantom.base_connector import BaseConnector
3133

32-
import git
33-
3434
# Local imports
3535
import git_consts as consts
3636

release_notes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
**Unreleased**
2+
* Update Python version for 3.13

0 commit comments

Comments
 (0)