From f5a7a2931436f21835f5b91b393092199451be28 Mon Sep 17 00:00:00 2001 From: Balint Bartha Date: Wed, 28 Feb 2024 18:17:19 +0100 Subject: [PATCH] fix(build): default build items to 3.12 --- .github/actions/setup-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index 3c4d7b97..de870006 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -4,7 +4,7 @@ description: set up the python environment inputs: python-version: description: "The python version to install and use" - default: "3.11" # we default to latest supported + default: "3.12" # we default to latest supported required: false runs: