Skip to content

Commit

Permalink
use abi3 for common wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 30, 2024
1 parent 0576af1 commit f3795d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.9
3.10
3.11
3.12
3.13
python-version: 3.x
architecture: ${{ matrix.platform.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -131,12 +126,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.9
3.10
3.11
3.12
3.13
python-version: 3.x
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions python-pyo3/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python-pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0.91"
nitor-vault = { path = "../rust" }
pyo3 = { version = "0.22.0", features = ["anyhow"] }
pyo3 = { version = "0.22.0", features = ["anyhow", "abi3", "abi3-py39"] }
tokio = "1.41.0"

[profile.release]
Expand Down

0 comments on commit f3795d9

Please sign in to comment.