From 86416e86388ba713e184008ca7e80f32b1f0090e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 5 Nov 2022 16:06:54 +0100 Subject: [PATCH] Upgrade PYTHON_VERSION to 3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cd30e8..4012e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: env: FORCE_COLOR: 2 NODE: 16 - PYTHON_VERSION: "3.8" + PYTHON_VERSION: "3.11" jobs: test: