Skip to content

Commit b08e29c

Browse files
committed
Switch to abi3
Signed-off-by: Andrew Stein <[email protected]>
1 parent 74fe1ab commit b08e29c

File tree

6 files changed

+20
-378
lines changed

6 files changed

+20
-378
lines changed

rust/perspective-python/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ futures = "0.3.28"
5757
pyo3 = { version = "0.21.2", features = [
5858
"extension-module",
5959
"serde",
60-
# "abi3-py38",
60+
"abi3-py39",
6161
] }
62-
# pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] }
6362
pythonize = "0.21.1"
6463
tracing = { version = ">=0.1.36" }
6564
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }

rust/perspective-python/src/client/client_async.rs

Lines changed: 0 additions & 356 deletions
This file was deleted.

0 commit comments

Comments
 (0)