Skip to content

Commit fe57d9a

Browse files
committed
don't use abi3
1 parent c221d76 commit fe57d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async-tiff = { path = "../" }
2121
bytes = "1.10.1"
2222
futures = "0.3.31"
2323
object_store = "0.12"
24-
pyo3 = { version = "0.26.0", features = ["macros", "abi3-py310"] }
24+
pyo3 = { version = "0.26.0", features = ["macros"] }
2525
pyo3-async-runtimes = "0.26"
2626
pyo3-bytes = "0.4"
2727
pyo3-object_store = "0.6.0"

0 commit comments

Comments
 (0)