GitHub Actions: Python 3.5, 3.6, 3.7 on Ubuntu

This commit is contained in:
Christian Clauss 2019-12-19 00:01:27 +01:00 committed by GitHub
parent 09b56b105f
commit 7257a9d8cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest] # [macos-latest, windows-latest]
python-version: [3.5, 3.6, 3.7] # , 3.8]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}