We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a297bc commit e4a1ea8Copy full SHA for e4a1ea8
1 file changed
.github/workflows/run-tests.yml
@@ -15,8 +15,8 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- os: [ubuntu-latest]
19
- python-version: [3.6]
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ python-version: [3.6, 3.7, 3.8, 3.9]
20
steps:
21
- uses: actions/checkout@v2
22
- name: Setup Python ${{ matrix.python-version }}
0 commit comments