diff --git a/.github/actions/setup-poetry-env/action.yml b/.github/actions/setup-poetry-env/action.yml index 2bb6ed221..fe1ae5c54 100644 --- a/.github/actions/setup-poetry-env/action.yml +++ b/.github/actions/setup-poetry-env/action.yml @@ -5,7 +5,7 @@ inputs: python-version: required: false description: "The python version to use" - default: 3.9.7 + default: "3.11" runs: using: "composite"