Skip to content

Commit

Permalink
🧱 Limit python versions for mac and win in GH action test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Krupinski committed Feb 9, 2024
1 parent 7ce85d1 commit 571513d
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,27 @@ jobs:
matrix:
os:
- Ubuntu
- macOS
- Windows
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- os: Ubuntu
image: ubuntu-latest
- os: Windows
image: windows-latest
- os: macOS
image: macos-latest
- os: Ubuntu
image: ubuntu-latest
- os: Windows
image: windows-latest
python-version: "3.8"
- os: Windows
image: windows-latest
python-version: "3.12"
- os: macOS
image: macos-latest
python-version: "3.8"
- os: macOS
image: macos-latest
python-version: "3.12"
fail-fast: false
defaults:
run:
Expand Down

0 comments on commit 571513d

Please sign in to comment.