summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2021-10-13 12:00:50 -0700
committerMatt Davis <mrd@redhat.com>2021-10-13 12:12:44 -0700
commita4fb55e943abf25055725245b0779cf527069a78 (patch)
tree2adb2292d731125c2ecb2c0f59992fd28b4fffee
parente45b9643de3f7332e874ac67357ffd6dd5200211 (diff)
downloadpyyaml-git-a4fb55e943abf25055725245b0779cf527069a78.tar.gz
Update Python 3.10 versions for Windows build
-rw-r--r--.github/workflows/ci.yaml4
-rw-r--r--.github/workflows/manual_artifact_build.yaml4
2 files changed, 4 insertions, 4 deletions
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 @@ 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
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 @@ 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