Skip to content

Commit

Permalink
Update Python 3.10 versions for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Oct 13, 2021
1 parent e45b964 commit a4fb55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual_artifact_build.yaml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a4fb55e

Please sign in to comment.