Skip to content

Commit

Permalink
Merge branch 'master' into mm-error-detail
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti authored Oct 27, 2020
2 parents f0fc84b + fabe289 commit 6e289bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8']
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
include:
- os: macos-latest
python-version: '3.8'
python-version: '3.9'
runs-on: ${{ matrix.os }}
name: test (py${{ matrix.python-version }} ${{ matrix.os }})
steps:
Expand Down

0 comments on commit 6e289bb

Please sign in to comment.