Skip to content

Commit

Permalink
chore(ci|deps): use python3.9 && change into abi3-py37 ^^
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jun 16, 2024
1 parent f38ab2f commit 62b9be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.9'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.9'
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.9'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ authors = ["HsiangNianian <[email protected]>"]
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19.2", features = ["abi3-py310"] }
pyo3 = { version = "0.19.2", features = ["abi3-py37"] }
clap = { version = "4.0", features = ["derive"] }
rand = "0.8.5"

0 comments on commit 62b9be2

Please sign in to comment.