Test on 3.7 and 3.10 only

This commit is contained in:
Nikolaus Waxweiler 2022-04-26 11:16:58 +01:00
parent 40015efe60
commit 82319c31fa

View File

@ -27,17 +27,13 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
strategy: strategy:
matrix: matrix:
python-version: [3.7, 3.8, 3.9] python-version: ["3.7", "3.10"]
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
exclude: # Only test on the oldest and latest supported stable Python on macOS and Windows. exclude: # Only test on the latest supported stable Python on macOS and Windows.
- platform: macos-latest - platform: macos-latest
python-version: 3.7 python-version: 3.7
- platform: macos-latest
python-version: 3.9
- platform: windows-latest - platform: windows-latest
python-version: 3.7 python-version: 3.7
- platform: windows-latest
python-version: 3.9
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}