Skip to content

Commit

Permalink
Only use python3.12 on macos CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-parton committed May 27, 2024
1 parent 2a46abb commit aa45508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
strategy:
matrix:
target: [x86_64, aarch64]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit aa45508

Please sign in to comment.