mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Drop support for EOL Python 3.6
This commit is contained in:
parent
706f721b23
commit
abb278c833
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ "ubuntu-20.04", "macos-latest" ]
|
||||
python: [ "pypy3.7-7.3.3", "pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9", "3.10" ]
|
||||
python: [ "pypy3.7-7.3.3", "3.7", "3.8", "3.9", "3.10" ]
|
||||
platform: [ "x86_64", "i686" ]
|
||||
macos-target: [ "10.10" ]
|
||||
exclude:
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ "ubuntu-20.04", "macos-latest" ]
|
||||
python: [ "pypy3.7-7.3.3", "pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9", "3.10" ]
|
||||
python: [ "pypy3.7-7.3.3", "3.7", "3.8", "3.9", "3.10" ]
|
||||
platform: [ "x86_64", "i686" ]
|
||||
macos-target: [ "10.10" ]
|
||||
exclude:
|
||||
|
|
|
@ -15,12 +15,6 @@ services: docker
|
|||
|
||||
jobs:
|
||||
include:
|
||||
- name: "3.6 Focal aarch64"
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_PYTHON_VERSION=3.6
|
||||
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
|
||||
- name: "3.7 Focal aarch64"
|
||||
arch: arm64
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user