Skip to content

Commit 1cc94ff

Browse files
committed
Also move abi3 feature to pyproject.toml
1 parent 27b3f3e commit 1cc94ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

py-feos/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ crate-type = ["cdylib"]
1616

1717
[dependencies]
1818
pyo3 = { version = "0.27", features = [
19-
"abi3-py310",
2019
"multiple-pymethods",
2120
"indexmap"
2221
] }

py-feos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ requires = ["maturin>=1.0,<2.0"]
1919
build-backend = "maturin"
2020

2121
[tool.maturin]
22-
features = ["pyo3/extension-module", "all_models"]
22+
features = ["pyo3/extension-module", "pyo3/abi3-py310", "all_models"]

0 commit comments

Comments
 (0)