Skip to content

Commit 74ed86d

Browse files
authored
Merge pull request #162 from rstudio/mm-test-python3.9
add python 3.9 to CI tests
2 parents b177d34 + ef131c1 commit 74ed86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
# TODO: work on windows-latest compatibility?
1313
os: [ubuntu-latest]
14-
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8']
14+
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
1515
include:
1616
- os: macos-latest
17-
python-version: '3.8'
17+
python-version: '3.9'
1818
runs-on: ${{ matrix.os }}
1919
name: test (py${{ matrix.python-version }} ${{ matrix.os }})
2020
steps:

0 commit comments

Comments
 (0)