Skip to content

Commit

Permalink
add abi3-py39
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed Aug 19, 2024
1 parent 25646c2 commit 1bf5300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteidl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tonic-build = "0.11.0"
tonic ={ version = "0.11.0", features = ["tls", "tls-roots"] }
glob = "0.3.1"
pyo3_macro = { path = "./pyo3_macro" }
pyo3 = { version = "0.22.1", features = [ "extension-module", "multiple-pymethods", "experimental-async", "gil-refs", "experimental-inspect" ] }
pyo3 = { version = "0.22.1", features = [ "extension-module", "multiple-pymethods", "experimental-async", "gil-refs", "experimental-inspect", "abi3-py39" ] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
serde_json = "1.0.120"
serde = { version = "1.0.204", features = ["serde_derive"]}
Expand Down

0 comments on commit 1bf5300

Please sign in to comment.