Skip to content

Commit 6e1d1f3

Browse files
committed
upgraded pyo3 from 0.20 to 0.22 (pyo3 API migration)
Ref: #13
1 parent 62d61ad commit 6e1d1f3

File tree

14 files changed

+703
-528
lines changed

14 files changed

+703
-528
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: PyO3/maturin-action@v1
2626
with:
2727
target: ${{ matrix.target }}
28-
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12
28+
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13
2929
sccache: 'true'
3030
manylinux: auto
3131
- name: Upload wheels

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "stam"
1717
crate-type = ["cdylib"]
1818

1919
[dependencies]
20-
pyo3 = { version = "0.20.3", features = ["chrono"] }
20+
pyo3 = { version = "0.22.3", features = ["chrono"] }
2121
rayon = "1.10.0"
2222
stam = "0.16.3"
2323
stam-tools = "0.9.0"

0 commit comments

Comments
 (0)