pypy: use x64 windows in CI for pypy 3.7

This commit is contained in:
David Hewitt 2021-04-29 23:00:20 +01:00
parent c0ff97e525
commit 1bcbc7aeae
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ jobs:
# There is no 64-bit pypy on windows for pypy-3.6
- python-version: pypy-3.6
platform: { os: "windows-latest", python-architecture: "x64" }
# pypy on windows for pypy-3.7 coming in next PyPy release
# PyPy 3.7 on Windows doesn't release 32-bit builds any more
- python-version: pypy-3.7
platform: { os: "windows-latest", python-architecture: "x64" }
platform: { os: "windows-latest", python-architecture: "x86" }
include:
# Test minimal supported Rust version
- rust: 1.41.1