Skip to content

Commit

Permalink
Temporarily fix pyo3 version to 0.20.2 due to failing builds
Browse files Browse the repository at this point in the history
Version 0.20.3 fails when linked against an unsupported python version
(3.13). Strangely, it fails when linked against 3.12. Fixing version to
0.20.2 until I figure out why.
  • Loading branch information
stefan-k committed Feb 26, 2024
1 parent dc0b19a commit 4a3badf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/argmin-testfunctions-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ crate-type = ["cdylib"]
[dependencies]
argmin_testfunctions = { version = "0.2.0", path = "../../crates/argmin-testfunctions" }
paste = "1"
pyo3 = "0.20"
pyo3 = "0.20.2"

0 comments on commit 4a3badf

Please sign in to comment.