Renamed Python 3.11 version.

This commit is contained in:
Patrick Lehmann
2022-01-09 18:18:34 +01:00
parent 0fdef33cb4
commit 94bb01d586

View File

@@ -107,7 +107,7 @@ jobs:
'runs-on': data['sys'][system]['runs-on'], 'runs-on': data['sys'][system]['runs-on'],
'shell': data['sys'][system]['shell'], 'shell': data['sys'][system]['shell'],
'pyicon': data['python'][version]['icon'], 'pyicon': data['python'][version]['icon'],
'python': version 'python': '3.11.0-alpha.3' if version == '3.11' else version
} }
for system in systems for system in systems
for version in (versions if system != 'msys2' else ['3.9']) for version in (versions if system != 'msys2' else ['3.9'])