diff --git a/action.yml b/action.yml index 111acc938..31c6b42bc 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: - uses: actions/setup-python@v4 id: python with: - python-version: "3.7 - 3.10" + python-version: "3.7 - 3.11" update-environment: false # Redirecting stderr to stdout to fix interleaving issue in Actions.