ci: pin to pypy 7.3.7 for Python 3.7
This commit is contained in:
parent
d8ee35e19c
commit
ce7fa7a669
|
@ -78,7 +78,7 @@ jobs:
|
|||
fail-fast: false # If one platform fails, allow the rest to keep testing.
|
||||
matrix:
|
||||
rust: [stable]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.7", "pypy-3.8"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.7-v7.3.7", "pypy-3.8"]
|
||||
platform:
|
||||
[
|
||||
{
|
||||
|
@ -104,7 +104,7 @@ jobs:
|
|||
]
|
||||
exclude:
|
||||
# PyPy doesn't release 32-bit Windows builds any more
|
||||
- python-version: pypy-3.7
|
||||
- python-version: pypy-3.7-v7.3.7
|
||||
platform: { os: "windows-latest", python-architecture: "x86" }
|
||||
- python-version: pypy-3.8
|
||||
platform: { os: "windows-latest", python-architecture: "x86" }
|
||||
|
|
Loading…
Reference in New Issue