File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
sphinxcontrib/svgbob/_svgbob Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies = [
4343
4444[tool .maturin ]
4545manifest-path = " sphinxcontrib/svgbob/_svgbob/Cargo.toml"
46- features = [" extension-module" ]
46+ features = [" extension-module" , " abi3 " ]
4747module-name = " sphinxcontrib.svgbob._svgbob"
4848
4949[tool .cibuildwheel ]
@@ -62,4 +62,4 @@ environment = { MACOSX_DEPLOYMENT_TARGET = "10.12" }
6262before-all = [
6363 " curl -sSf https://sh.rustup.rs | sh -s -- -y" ,
6464 " rustup target add aarch64-apple-darwin"
65- ]
65+ ]
Original file line number Diff line number Diff line change @@ -30,5 +30,6 @@ version = "0.7.2"
3030
3131[features ]
3232default = []
33+ abi3 = [" pyo3/abi3-py38" ]
3334nightly = [" pyo3/nightly" ]
3435extension-module = [" pyo3/extension-module" ]
You can’t perform that action at this time.
0 commit comments