File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ [MASTER]
2+ ignore =.venv
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 2222from pathlib import Path
2323from shutil import rmtree
2424
25+ import git
26+
2527# Phantom imports
2628import phantom .app as phantom
2729import phantom .rules as phantom_rules
2830from Cryptodome .PublicKey import RSA
2931from phantom .action_result import ActionResult
3032from phantom .base_connector import BaseConnector
3133
32- import git
33-
3434# Local imports
3535import git_consts as consts
3636
Original file line number Diff line number Diff line change 11** Unreleased**
2+ * Update Python version for 3.13
You can’t perform that action at this time.
0 commit comments