Skip to content

Commit

Permalink
add python 3.9 to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Oct 26, 2020
1 parent 88be5d3 commit 73cb1bf
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 73cb1bf

Please sign in to comment.