We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cabe1 commit e7f295dCopy full SHA for e7f295d
pydracula/Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
12
[dependencies.pyo3]
13
version = "0.18.0"
14
-features = ["extension-module"]
+features = ["abi3-py37", "extension-module"]
15
16
[dependencies]
17
dracula = { path = ".." }
pydracula/pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["maturin>=0.14,<0.15"]
3
+build-backend = "maturin"
0 commit comments