Skip to content

Commit 94287a6

Browse files
committed
Test on Python 2.7 and 3.5-3.9. Release on 3.9.
1 parent 76bc74d commit 94287a6

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
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
python: [3.6, 3.7, 3.8]
9+
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
1010
platform: [ubuntu-latest, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Python
3434
uses: actions/setup-python@v1
3535
with:
36-
python-version: 3.8
36+
python-version: 3.9
3737
- name: Install tox
3838
run: |
3939
python -m pip install tox

0 commit comments

Comments
 (0)