Added Python 3.8 (#127)

Added Python 3.8
This commit is contained in:
Hugo van Kemenade 2019-10-18 15:48:01 +03:00 committed by GitHub
commit b73a9b96a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 1 deletions

View File

@ -69,6 +69,12 @@ matrix:
language: generic
env:
- MB_PYTHON_VERSION=3.7
- name: "3.8 macOS"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.8
- MB_PYTHON_OSX_VER=10.9
- name: "3.5 Xenial 32-bit"
os: linux
@ -93,6 +99,15 @@ matrix:
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- name: "3.8 Xenial"
os: linux
env:
- MB_PYTHON_VERSION=3.8
- name: "3.8 Xenial 32-bit"
os: linux
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- name: "2.7 macOS latest"
os: osx
@ -149,6 +164,13 @@ matrix:
env:
- MB_PYTHON_VERSION=3.7
- LATEST="true"
- name: "3.8 macOS latest"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.8
- MB_PYTHON_OSX_VER=10.9
- LATEST="true"
- name: "3.5 Xenial 32-bit latest"
os: linux
@ -178,6 +200,17 @@ matrix:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- LATEST="true"
- name: "3.8 Xenial latest"
os: linux
env:
- MB_PYTHON_VERSION=3.8
- LATEST="true"
- name: "3.8 Xenial 32-bit latest"
os: linux
env:
- MB_PYTHON_VERSION=3.8
- PLAT=i686
- LATEST="true"
before_install:

@ -1 +1 @@
Subproject commit 951b6c64f01853cf2569000bb30ecd01a16bba0b
Subproject commit 643d202b6f20827d31c45c709de490d0ccd810c1