aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-17 04:45:44 +0800
committer简律纯 <i@jyunko.cn>2024-06-17 04:45:44 +0800
commit62b9be2ef081517eb17cd1f32bc432ccbfda9e83 (patch)
tree559821b459b38874de8c4b844f40b15112ccef6e
parentf38ab2f073cc6599ef4d4248a00fe07a74d0e63b (diff)
downloadHydroRollCore-62b9be2ef081517eb17cd1f32bc432ccbfda9e83.tar.gz
HydroRollCore-62b9be2ef081517eb17cd1f32bc432ccbfda9e83.zip
chore(ci|deps): use python3.9 && change into abi3-py37 ^^
-rw-r--r--.github/workflows/release.yml6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d9200ad..58c6004 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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:
@@ -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
@@ -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:
diff --git a/Cargo.toml b/Cargo.toml
index a6864ee..35f6ff4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,6 @@ authors = ["HsiangNianian <i@jyunko.cn>"]
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"