mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00
Update Python 3.10 versions for Windows build
This commit is contained in:
parent
e45b9643de
commit
a4fb55e943
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -354,7 +354,7 @@ jobs:
|
|||
- platform: windows-2016
|
||||
build_arch: x64
|
||||
python_arch: x64
|
||||
spec: 3.10.0-rc.2
|
||||
spec: '3.10'
|
||||
- platform: windows-2016
|
||||
build_arch: win32
|
||||
python_arch: x86
|
||||
|
@ -374,7 +374,7 @@ jobs:
|
|||
- platform: windows-2016
|
||||
build_arch: win32
|
||||
python_arch: x86
|
||||
spec: 3.10.0-rc.2
|
||||
spec: '3.10'
|
||||
steps:
|
||||
# autocrlf screws up tests under Windows
|
||||
- name: Set git to use LF
|
||||
|
|
4
.github/workflows/manual_artifact_build.yaml
vendored
4
.github/workflows/manual_artifact_build.yaml
vendored
|
@ -352,7 +352,7 @@ jobs:
|
|||
- platform: windows-2016
|
||||
build_arch: x64
|
||||
python_arch: x64
|
||||
spec: 3.10.0-rc.2
|
||||
spec: '3.10'
|
||||
- platform: windows-2016
|
||||
build_arch: win32
|
||||
python_arch: x86
|
||||
|
@ -372,7 +372,7 @@ jobs:
|
|||
- platform: windows-2016
|
||||
build_arch: win32
|
||||
python_arch: x86
|
||||
spec: 3.10.0-rc.2
|
||||
spec: '3.10'
|
||||
steps:
|
||||
# autocrlf screws up tests under Windows
|
||||
- name: Set git to use LF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue