Skip to content

Commit

Permalink
ci: Build wheels using the python's stable ABI (#726)
Browse files Browse the repository at this point in the history
test wheels building run:
https://github.com/CQCL/tket2/actions/runs/12357204894

Closes #724 

drive-by: Update `macos` runner for the mac x86 wheels build job to
`macos-13`, as `-12` has been deprecated.
  • Loading branch information
aborgna-q authored Dec 16, 2024
1 parent cc25105 commit 2a19f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
Expand Down
2 changes: 1 addition & 1 deletion tket2-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_json = { workspace = true }
tket-json-rs = { workspace = true, features = ["pyo3"] }
hugr = { workspace = true }
portgraph = { workspace = true, features = ["serde"] }
pyo3 = { workspace = true, features = ["py-clone"] }
pyo3 = { workspace = true, features = ["py-clone", "abi3-py310"] }
num_cpus = { workspace = true }
derive_more = { workspace = true, features = ["into", "from"] }
itertools = { workspace = true }
Expand Down

0 comments on commit 2a19f05

Please sign in to comment.