Test on 3.7 and 3.10 only
This commit is contained in:
parent
40015efe60
commit
82319c31fa
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -27,17 +27,13 @@ jobs:
|
||||
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: ["3.7", "3.10"]
|
||||
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
|
||||
python-version: 3.7
|
||||
- platform: macos-latest
|
||||
python-version: 3.9
|
||||
- platform: windows-latest
|
||||
python-version: 3.7
|
||||
- platform: windows-latest
|
||||
python-version: 3.9
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user