From 610a895b6619c93f986e76c10aa1417388e6c0ee Mon Sep 17 00:00:00 2001 From: discord9 <55937128+discord9@users.noreply.github.com> Date: Thu, 9 Mar 2023 20:08:07 +0800 Subject: [PATCH] feat: `abi3` & `abi37` (#1151) --- src/script/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/Cargo.toml b/src/script/Cargo.toml index e7f6f1efe5..114ac87364 100644 --- a/src/script/Cargo.toml +++ b/src/script/Cargo.toml @@ -60,7 +60,7 @@ rustpython-vm = { git = "https://github.com/discord9/RustPython", optional = tru "default", "codegen", ] } -pyo3 = { version = "0.18", optional = true } +pyo3 = { version = "0.18", optional = true, features = ["abi3", "abi3-py37"] } session = { path = "../session" } snafu = { version = "0.7", features = ["backtraces"] } sql = { path = "../sql" }