|
@@ -33,8 +33,22 @@ jobs:
|
|
|
matrix:
|
|
|
# Show OS combos first in GUI
|
|
|
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
|
|
- python-version: [ "3.8", "3.9", "3.10", "3.11" ]
|
|
|
node-version: [ "16.x" ]
|
|
|
+ python-version: ["3.8.18", "3.9.18", "3.10.13", "3.11.5"]
|
|
|
+ exclude:
|
|
|
+ - os: windows-latest
|
|
|
+ python-version: "3.10.13"
|
|
|
+ - os: windows-latest
|
|
|
+ python-version: "3.9.18"
|
|
|
+ - os: windows-latest
|
|
|
+ python-version: "3.8.18"
|
|
|
+ include:
|
|
|
+ - os: windows-latest
|
|
|
+ python-version: "3.10.11"
|
|
|
+ - os: windows-latest
|
|
|
+ python-version: "3.9.13"
|
|
|
+ - os: windows-latest
|
|
|
+ python-version: "3.8.10"
|
|
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
steps:
|
|
@@ -86,7 +100,7 @@ jobs:
|
|
|
matrix:
|
|
|
# Show OS combos first in GUI
|
|
|
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
|
|
- python-version: [ "3.10", "3.11" ]
|
|
|
+ python-version: [ "3.10.10", "3.11.4" ]
|
|
|
node-version: [ "16.x" ]
|
|
|
|
|
|
runs-on: ${{ matrix.os }}
|