mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Merge pull request #6782 from hugovk/add-pypy-3.9
Add support for PyPy3.9, drop PyPy3.7
This commit is contained in:
commit
2ea9497f8c
4
.github/workflows/test-windows.yml
vendored
4
.github/workflows/test-windows.yml
vendored
|
@ -19,9 +19,9 @@ jobs:
|
|||
architecture: ["x86", "x64"]
|
||||
include:
|
||||
# PyPy 7.3.4+ only ships 64-bit binaries for Windows
|
||||
- python-version: "pypy-3.7"
|
||||
- python-version: "pypy3.8"
|
||||
architecture: "x64"
|
||||
- python-version: "pypy-3.8"
|
||||
- python-version: "pypy3.9"
|
||||
architecture: "x64"
|
||||
|
||||
timeout-minutes: 30
|
||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
|||
"ubuntu-latest",
|
||||
]
|
||||
python-version: [
|
||||
"pypy-3.8",
|
||||
"pypy-3.7",
|
||||
"pypy3.9",
|
||||
"pypy3.8",
|
||||
"3.11",
|
||||
"3.10",
|
||||
"3.9",
|
||||
|
|
Loading…
Reference in New Issue
Block a user