Skip to content

Commit d14093c

Browse files
committed
Upgrade default Python version to 3.12
Signed-off-by: tdruez <[email protected]>
1 parent 9de0ca7 commit d14093c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ steps:
7979
compliance-fail-level:
8080

8181
# Python version that will be installed to run ScanCode.io
82-
# Default is '3.11'
82+
# Default is '3.12'
8383
python-version:
8484
```
8585

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ inputs:
3030
required: false
3131
python-version:
3232
description: "Python version."
33-
default: "3.11"
33+
default: "3.12"
3434
scancodeio-repo-branch:
3535
description: "Branch to install ScanCode.io from the GitHub repository (optional)"
3636
required: false

0 commit comments

Comments
 (0)