mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Added Python 3.9
This commit is contained in:
parent
234fbfb0e8
commit
da3c89579f
54
.travis.yml
54
.travis.yml
|
@ -45,6 +45,12 @@ jobs:
|
|||
language: generic
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.8
|
||||
- name: "3.9 macOS"
|
||||
os: osx
|
||||
osx_image: xcode9.3
|
||||
language: generic
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
|
||||
- name: "3.7 Xenial"
|
||||
os: linux
|
||||
|
@ -64,6 +70,15 @@ jobs:
|
|||
env:
|
||||
- MB_PYTHON_VERSION=3.8
|
||||
- PLAT=i686
|
||||
- name: "3.9 Xenial"
|
||||
os: linux
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
- name: "3.9 Xenial 32-bit"
|
||||
os: linux
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
- PLAT=i686
|
||||
|
||||
- name: "3.6 macOS PyPy"
|
||||
os: osx
|
||||
|
@ -101,6 +116,14 @@ jobs:
|
|||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.8
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- name: "3.9 Xenial aarch64"
|
||||
os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
|
||||
- name: "3.6 macOS latest"
|
||||
os: osx
|
||||
|
@ -141,6 +164,14 @@ jobs:
|
|||
env:
|
||||
- MB_PYTHON_VERSION=3.8
|
||||
- LATEST="true"
|
||||
- name: "3.9 macOS latest"
|
||||
os: osx
|
||||
osx_image: xcode9.3
|
||||
language: generic
|
||||
if: tag IS blank
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
- LATEST="true"
|
||||
|
||||
- name: "3.7 Xenial latest"
|
||||
os: linux
|
||||
|
@ -168,6 +199,19 @@ jobs:
|
|||
- MB_PYTHON_VERSION=3.8
|
||||
- PLAT=i686
|
||||
- LATEST="true"
|
||||
- name: "3.9 Xenial latest"
|
||||
os: linux
|
||||
if: tag IS blank
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
- LATEST="true"
|
||||
- name: "3.9 Xenial 32-bit latest"
|
||||
os: linux
|
||||
if: tag IS blank
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
- PLAT=i686
|
||||
- LATEST="true"
|
||||
|
||||
- name: "3.6 macOS PyPy latest"
|
||||
os: osx
|
||||
|
@ -217,6 +261,16 @@ jobs:
|
|||
- MB_PYTHON_VERSION=3.8
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- LATEST="true"
|
||||
- name: "3.9 Xenial aarch64 latest"
|
||||
os: linux
|
||||
arch: arm64
|
||||
if: tag IS blank
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- LATEST="true"
|
||||
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in New Issue
Block a user