Skip to content

Commit

Permalink
pywellen: bump pyo3 to support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Oct 30, 2024
1 parent 267ecb4 commit 6feb6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywellen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ crate-type = ["cdylib"]
[dependencies]
bytemuck = "1.18.0"
num-bigint = "0.4.6"
pyo3 = { version = "0.21.1", features = ["num-bigint"] }
pyo3 = { version = "0.22.5", features = ["num-bigint"] }
wellen = { workspace = true }

0 comments on commit 6feb6d4

Please sign in to comment.