Skip to content

Commit

Permalink
Reduce size of test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Nov 16, 2024
1 parent 6976ddc commit 1f394b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python:
- "3.11"
- "3.12"
- "3.13"
# - "3.13t"
include:
- os: ubuntu-latest
python: "3.10"
- os: ubuntu-latest
python: "3.11"
runs-on: ${{ matrix.os }}
steps:
- name: Clone the repo
Expand Down Expand Up @@ -76,12 +77,13 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python:
- "3.11"
- "3.12"
- "3.13"
include:
- os: ubuntu-latest
python: "3.10"
- os: ubuntu-latest
python: "3.11"
runs-on: ${{ matrix.os }}
steps:
- name: Clone the repo
Expand Down

0 comments on commit 1f394b9

Please sign in to comment.