From 94bb01d5869e05c1f3b12f55b22e3b1c1c25df1f Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 9 Jan 2022 18:18:34 +0100 Subject: [PATCH] Renamed Python 3.11 version. --- .github/workflows/Parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index 0185534..565fa1e 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -107,7 +107,7 @@ jobs: 'runs-on': data['sys'][system]['runs-on'], 'shell': data['sys'][system]['shell'], 'pyicon': data['python'][version]['icon'], - 'python': version + 'python': '3.11.0-alpha.3' if version == '3.11' else version } for system in systems for version in (versions if system != 'msys2' else ['3.9'])