From 4c47933bc9ee299be19fcde0a5a84594eb50af01 Mon Sep 17 00:00:00 2001 From: Kozo Nishida Date: Sun, 11 Aug 2019 13:09:56 +0900 Subject: [PATCH] :green_heart: Pin the Python3 PATCH version It seems Python 3.7.4 does NOT work with pybind11 2.3.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7955472d..c4a3aa145 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: - osx env: - PYTHON_VERSION=3.6 - - PYTHON_VERSION=3.7 + - PYTHON_VERSION=3.7.3 before_install: - if [ "$TRAVIS_OS_NAME" == "linux" ]; then wget -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh; fi