Skip to content

Commit

Permalink
upgraded pyo3 from 0.20 to 0.22 (pyo3 API migration)
Browse files Browse the repository at this point in the history
Ref: #13
  • Loading branch information
proycon committed Oct 18, 2024
1 parent 62d61ad commit 6e1d1f3
Show file tree
Hide file tree
Showing 14 changed files with 703 additions and 528 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "stam"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.20.3", features = ["chrono"] }
pyo3 = { version = "0.22.3", features = ["chrono"] }
rayon = "1.10.0"
stam = "0.16.3"
stam-tools = "0.9.0"
Expand Down
Loading

0 comments on commit 6e1d1f3

Please sign in to comment.