|
@@ -7,7 +7,12 @@ jobs: |
|
|
runs-on: macos-latest |
|
|
runs-on: macos-latest |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
python-version: [3.6, 3.7, 3.8, 3.9, 3.10] |
|
|
|
|
|
|
|
|
python-version: |
|
|
|
|
|
- '3.6' |
|
|
|
|
|
- '3.7' |
|
|
|
|
|
- '3.8' |
|
|
|
|
|
- '3.9' |
|
|
|
|
|
- '3.10' |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
- name: Set up Python ${{ matrix.python-version }} |
|
|
- name: Set up Python ${{ matrix.python-version }} |
|
|