Skip to content

Commit 9e7e4f5

Browse files
committed
Enable tests on Python 3.9
1 parent af51500 commit 9e7e4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: [2.7, 3.6, 3.7, 3.8]
11+
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1313
env:
1414
TOXENV: py
1515

1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: ${{ matrix.python-version }} - ${{ matrix.os }}
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v2
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies

0 commit comments

Comments
 (0)