Fix builds by using python 3.7.x instead of 3.7.5 (#2022)

* Fix builds by using python 3.7.x instead of 3.7.5
This commit is contained in:
Itay Cohen 2020-01-20 18:14:05 +02:00 committed by GitHub
parent a9ed742cad
commit 8234713a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-16.04, macos-latest]
python-version: [3.7.5]
python-version: [3.7.x]
# Prevent one job from pausing the rest
fail-fast: false
steps: