Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Nov 27, 2024
1 parent fe3c598 commit b261158
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
python-version: ["3.10", "3.11", "3.12"]
include:
- os: ubuntu-24.04
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
- os: macos-14
python-version: ["3.10", "3.11", "3.12"]
- os: windows-2022
python-version: ["3.10", "3.11", "3.12"]
python-version: 3.7
- os: ubuntu-24.04
python-version: 3.8
- os: ubuntu-24.04
python-version: 3.9
- os: ubuntu-24.04
python-version: 3.13
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/test-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
- os: macos-latest
python-version: ["3.10", "3.11", "3.12"]
- os: windows-latest
python-version: ["3.10", "3.11", "3.12"]
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit b261158

Please sign in to comment.