Skip to content

Commit

Permalink
Set python abi to abi3-37
Browse files Browse the repository at this point in the history
  • Loading branch information
quackzar committed Apr 18, 2024
1 parent 1b0bef9 commit 357d5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ name = "caring"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.21"
pyo3 = { version = "0.21", features = ["abi3-py37"]}
wecare = { path = "../wecare" }

0 comments on commit 357d5b2

Please sign in to comment.