GitHub Action test on both Python 2 and Python 3

This commit is contained in:
Christian Clauss 2020-09-28 00:36:25 +02:00 committed by GitHub
parent de50a02af9
commit 109261bdc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
python-version: [2.7] # , 3.8]
python-version: [2.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}