From 8039500f93acc2e89924bf335ca4b8f10d14d56f Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Tue, 16 Jul 2024 11:46:52 -0500 Subject: [PATCH] Revert "CI: Pin Python 3.12.3 to workaround GHA issue" This reverts commit 4fd7b2fc0fe654e1fa546881e58051a6aff00163. --- .github/actions/godot-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml index 607666ec5f8..07a364cd79f 100644 --- a/.github/actions/godot-deps/action.yml +++ b/.github/actions/godot-deps/action.yml @@ -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"