From 978360a6b9b54929114053e209c3f268a7037c40 Mon Sep 17 00:00:00 2001 From: "Kai A. Hiller" Date: Fri, 6 Dec 2024 13:40:14 +0100 Subject: [PATCH] Restore abi3-py39 option --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6749a33068..49cd488387 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -34,6 +34,7 @@ pyo3 = { version = "0.21.0", features = [ "macros", "anyhow", "abi3", + "abi3-py39", ] } pyo3-log = "0.10.0" pythonize = "0.21.0"