Skip to content

Commit

Permalink
feat: update to PyO3 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
BatmanAoD committed Oct 8, 2024
1 parent 4a35232 commit 35ddd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension-module = ["pyo3/extension-module"]
num-complex = { version = "0.4.0", optional = true }
num-traits = { version = "0.2.15", optional = true }
paste = "1.0"
pyo3 = { version = "0.20", default-features = false, features = ["macros", "multiple-pymethods"] }
pyo3 = { version = "0.21", default-features = false, features = ["macros", "multiple-pymethods"] }
# time has a "stable minus two MSRV" policy, which doesn't jive with
# our more permissive MSRV
# https://github.com/time-rs/time/discussions/535
Expand Down

0 comments on commit 35ddd73

Please sign in to comment.