From e06acd3a8316bfd904a334ea44314d5943f14e50 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:17:33 -0700 Subject: [PATCH] Update Cargo.toml --- wheel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index 7be6ba8a..b4a9d31e 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -16,7 +16,7 @@ path = "src/lib.rs" [dependencies] clvmr = { path = ".." } -pyo3 = { version = "=0.18.3", features = ["abi3-py37", "extension-module"] } +pyo3 = { version = "=0.18.3", features = ["abi3-py38", "extension-module"] } [features] openssl = ["clvmr/openssl"]