Skip to content

Commit

Permalink
Merge pull request #285 from rstudio/mm-test-python3.9
Browse files Browse the repository at this point in the history
add python 3.9 to CI tests
  • Loading branch information
mmarchetti authored Oct 26, 2020
2 parents 88be5d3 + 73cb1bf commit fabe289
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 fabe289

Please sign in to comment.