From cdf0c3d7b1e476a4512e4344023b5ccc051c455b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 Jan 2020 17:18:32 +0100 Subject: [PATCH] travis: Use python 3.8.0 for macos, 3.8.1 isn't available. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d337bc6..14c4d23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ jobs: language: rust install: - pyenv install --list - - pyenv install 3.8.1 + - pyenv install 3.8.0 - pip3 install -U maturin pytest - maturin list-python - cargo build