We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6666e commit 7c108faCopy full SHA for 7c108fa
1 file changed
.github/workflows/ci.yaml
@@ -7,8 +7,8 @@ jobs:
7
name: Build Package
8
strategy:
9
matrix:
10
- python: ['3.7']
11
- os: [windows-latest]
+ python: ['3.7', '3.8', '3.9', '3.10']
+ os: [windows-latest, macos-latest, ubuntu-20.04]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Checkout Code
0 commit comments