Skip to content

Commit 6ad08b8

Browse files
committed
Test on Python 3.9. Skip 3.7 to avoid creating too many builds. Release on 3.9.
1 parent 5474714 commit 6ad08b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
python: [3.6, 3.7, 3.8]
9+
python: [3.6, 3.8, 3.9]
1010
platform: [ubuntu-latest, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup Python
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v2
1616
with:
1717
python-version: ${{ matrix.python }}
1818
- name: Install tox
@@ -29,9 +29,9 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Setup Python
32-
uses: actions/setup-python@v1
32+
uses: actions/setup-python@v2
3333
with:
34-
python-version: 3.8
34+
python-version: 3.9
3535
- name: Install tox
3636
run: |
3737
python -m pip install tox

0 commit comments

Comments
 (0)