Skip to content

Commit e7f295d

Browse files
fix: maturin version
1 parent 08cabe1 commit e7f295d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pydracula/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies.pyo3]
1313
version = "0.18.0"
14-
features = ["extension-module"]
14+
features = ["abi3-py37", "extension-module"]
1515

1616
[dependencies]
1717
dracula = { path = ".." }

pydracula/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["maturin>=0.14,<0.15"]
3+
build-backend = "maturin"

0 commit comments

Comments
 (0)