From 1bf530083587909c4f142ec2917e3356296e7944 Mon Sep 17 00:00:00 2001 From: Austin Liu Date: Mon, 19 Aug 2024 23:53:15 +0800 Subject: [PATCH] add `abi3-py39` Signed-off-by: Austin Liu --- flyteidl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteidl/Cargo.toml b/flyteidl/Cargo.toml index 94f736a940..9e6f75acec 100644 --- a/flyteidl/Cargo.toml +++ b/flyteidl/Cargo.toml @@ -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"]}