Update Python 3.10 versions for Windows build
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 266dc6d..82bf0f0 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -354,7 +354,7 @@
- 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 @@
- 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
diff --git a/.github/workflows/manual_artifact_build.yaml b/.github/workflows/manual_artifact_build.yaml
index d76d557..519276e 100644
--- a/.github/workflows/manual_artifact_build.yaml
+++ b/.github/workflows/manual_artifact_build.yaml
@@ -352,7 +352,7 @@
- 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 @@
- 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