From 72f3e4c148e7965a3cb8ca283a4bdb420d05e0b0 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 14 Jul 2022 11:14:06 +0200 Subject: [PATCH] Python version in MinGW64 was bumped from 3.9 to 3.10. --- .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 cb6d6da..af22323 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -112,7 +112,7 @@ jobs: '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']) + for version in (versions if system != 'msys2' else ['3.10']) ] print(f'::set-output name=python_jobs::{jobs!s}') print("Python jobs:")