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