From 56c8fac392cacc2f744163c9e3c0f6c26d0850be Mon Sep 17 00:00:00 2001 From: mayeut Date: Fri, 14 Oct 2022 08:44:16 +0200 Subject: [PATCH] chore: allow Python 3.11 in the GitHub Action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.