mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
remove unused variables, PyPy 7.3.4 ships 64-bit binaries for Windows
This commit is contained in:
parent
45003b78ed
commit
8803dd19f0
14
.github/workflows/test-windows.yml
vendored
14
.github/workflows/test-windows.yml
vendored
|
@ -8,19 +8,13 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["pypy-3.6", "pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
|
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
|
||||||
architecture: ["x86", "x64"]
|
architecture: ["x86", "x64"]
|
||||||
include:
|
include:
|
||||||
- architecture: "x86"
|
# PyPy3.6 only ships 32-bit binaries for Windows
|
||||||
platform-vcvars: "x86"
|
|
||||||
platform-msbuild: "Win32"
|
|
||||||
- architecture: "x64"
|
|
||||||
platform-vcvars: "x86_amd64"
|
|
||||||
platform-msbuild: "x64"
|
|
||||||
exclude:
|
|
||||||
# PyPy does not support 64-bit on Windows
|
|
||||||
- python-version: "pypy-3.6"
|
- python-version: "pypy-3.6"
|
||||||
architecture: "x64"
|
architecture: "x86"
|
||||||
|
# PyPy 7.3.4+ only ships 64-bit binaries for Windows
|
||||||
- python-version: "pypy-3.7"
|
- python-version: "pypy-3.7"
|
||||||
architecture: "x64"
|
architecture: "x64"
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
Loading…
Reference in New Issue
Block a user