From c3838408c8d7b7c5cb6d0eae8fd7a1451f0f664b Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 28 Jun 2018 21:50:09 +0300 Subject: [PATCH 1/2] Update multibuild for Python 3.7 --- multibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multibuild b/multibuild index ae3e5598..7cca00d3 160000 --- a/multibuild +++ b/multibuild @@ -1 +1 @@ -Subproject commit ae3e559829d34a74c706baa9389a101e52d8e2d0 +Subproject commit 7cca00d3d1d590a3ed34185ef1db1cd970c3a3a1 From 4fe6dbee79c63db7528b6aca078b0317846a0066 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 23 Apr 2018 11:55:07 -0400 Subject: [PATCH 2/2] Add Python 3.7 to the travis builds. Ref python-pillow/Pillow#3074 --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3f203ab7..b6a8d532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,10 @@ matrix: language: generic env: - MB_PYTHON_VERSION=3.6 + - os: osx + language: generic + env: + - MB_PYTHON_VERSION=3.7 - os: linux env: @@ -79,6 +83,13 @@ matrix: env: - MB_PYTHON_VERSION=3.6 - PLAT=i686 + - os: linux + env: + - MB_PYTHON_VERSION=3.7 + - os: linux + env: + - MB_PYTHON_VERSION=3.7 + - PLAT=i686 before_install: