Merge pull request #94442 from Repiteo/ci/revert-python-version
Revert "CI: Pin Python 3.12.3 to workaround GHA issue"
This commit is contained in:
commit
eb6c9142ca
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