mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Drop Python 3.5
This commit is contained in:
parent
48d539b9dd
commit
6bacbd3706
51
.travis.yml
51
.travis.yml
|
@ -14,18 +14,12 @@ env:
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
# Default Python version is usually 3.6
|
# Default Python version is usually 3.6
|
||||||
python: 3.5
|
python: 3.8
|
||||||
dist: xenial
|
dist: xenial
|
||||||
services: docker
|
services: docker
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "3.5 macOS"
|
|
||||||
os: osx
|
|
||||||
osx_image: xcode9.3
|
|
||||||
language: generic
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- name: "3.6 macOS"
|
- name: "3.6 macOS"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
|
@ -33,15 +27,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
|
|
||||||
- name: "3.5 Xenial"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- name: "3.5 Xenial 32-bit"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- PLAT=i686
|
|
||||||
- name: "3.6 Xenial"
|
- name: "3.6 Xenial"
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
|
@ -98,13 +83,6 @@ jobs:
|
||||||
- MB_ML_VER=2010
|
- MB_ML_VER=2010
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
|
||||||
- name: "3.5 Xenial aarch64"
|
|
||||||
arch: arm64
|
|
||||||
env:
|
|
||||||
- PLAT=aarch64
|
|
||||||
- MB_ML_VER=2014
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
|
||||||
- name: "3.6 Xenial aarch64"
|
- name: "3.6 Xenial aarch64"
|
||||||
arch: arm64
|
arch: arm64
|
||||||
env:
|
env:
|
||||||
|
@ -128,13 +106,6 @@ jobs:
|
||||||
- MB_PYTHON_VERSION=3.8
|
- MB_PYTHON_VERSION=3.8
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
|
||||||
- name: "3.5 macOS latest"
|
|
||||||
os: osx
|
|
||||||
osx_image: xcode9.3
|
|
||||||
language: generic
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.6 macOS latest"
|
- name: "3.6 macOS latest"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
|
@ -143,17 +114,6 @@ jobs:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
|
||||||
- name: "3.5 Xenial latest"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.5 Xenial 32-bit latest"
|
|
||||||
os: linux
|
|
||||||
env:
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- PLAT=i686
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.6 Xenial latest"
|
- name: "3.6 Xenial latest"
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
|
@ -220,15 +180,6 @@ jobs:
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
|
||||||
- name: "3.5 Xenial aarch64 latest"
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
env:
|
|
||||||
- PLAT=aarch64
|
|
||||||
- MB_ML_VER=2014
|
|
||||||
- MB_PYTHON_VERSION=3.5
|
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
|
||||||
- LATEST="true"
|
|
||||||
- name: "3.6 Xenial aarch64 latest"
|
- name: "3.6 Xenial aarch64 latest"
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
Loading…
Reference in New Issue
Block a user