Revert "CI: Pin Python 3.12.3 to workaround GHA issue"
This reverts commit 4fd7b2fc0f
.
This commit is contained in:
parent
97b8ad1af0
commit
8039500f93
1 changed files with 1 additions and 1 deletions
2
.github/actions/godot-deps/action.yml
vendored
2
.github/actions/godot-deps/action.yml
vendored
|
@ -3,7 +3,7 @@ description: Setup Python, install the pip version of SCons.
|
|||
inputs:
|
||||
python-version:
|
||||
description: The Python version to use.
|
||||
default: "3.12.3"
|
||||
default: "3.x"
|
||||
python-arch:
|
||||
description: The Python architecture.
|
||||
default: "x64"
|
||||
|
|
Loading…
Reference in a new issue