Skip to content

Commit 7c661c0

Browse files
committed
Upgrade Python version to 3.13 as default
Signed-off-by: tdruez <[email protected]>
1 parent 3028ff3 commit 7c661c0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ steps:
8888
compliance-fail-on-vulnerabilities:
8989

9090
# Python version that will be installed to run ScanCode.io
91-
# Default is '3.12'
91+
# Default is '3.13'
9292
python-version:
9393
```
9494

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
default: "false"
4040
python-version:
4141
description: "Python version."
42-
default: "3.12"
42+
default: "3.13"
4343
scancodeio-repo-branch:
4444
description: "Branch to install ScanCode.io from the GitHub repository (optional)"
4545
required: false

azure-pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ stages:
7676
complianceFailOnVulnerabilities:
7777

7878
# Python version that will be installed to run ScanCode.io
79-
# Default is '3.12'
79+
# Default is '3.13'
8080
pythonVersion:
8181

8282
# Install ScanCode.io from a specific GitHub branch (optional)

azure-pipelines/scancode-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ parameters:
5050

5151
- name: pythonVersion
5252
type: string
53-
default: "3.12"
53+
default: "3.13"
5454
displayName: "Python version"
5555

5656
- name: scancodeioRepoBranch

0 commit comments

Comments
 (0)