mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Python version in MinGW64 was bumped from 3.9 to 3.10.
This commit is contained in:
2
.github/workflows/Parameters.yml
vendored
2
.github/workflows/Parameters.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
|||||||
'python': '3.11.0-alpha.3' if version == '3.11' else 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.10'])
|
||||||
]
|
]
|
||||||
print(f'::set-output name=python_jobs::{jobs!s}')
|
print(f'::set-output name=python_jobs::{jobs!s}')
|
||||||
print("Python jobs:")
|
print("Python jobs:")
|
||||||
|
|||||||
Reference in New Issue
Block a user