Skip to content

Commit

Permalink
💚 Pin the Python3 PATCH version
Browse files Browse the repository at this point in the history
It seems Python 3.7.4 does NOT work with pybind11 2.3.0
  • Loading branch information
kozo2 committed Aug 11, 2019
1 parent f681369 commit 4c47933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c47933

Please sign in to comment.