Skip to content

Commit

Permalink
Set minimum python to 3.8
Browse files Browse the repository at this point in the history
Change abi3-py37 to abi3-py38 to set minimum python version to python 3.8
  • Loading branch information
emlowe authored Jul 31, 2023
1 parent b878ece commit 16e1e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/lib.rs"

[dependencies]
clvmr = { path = ".." }
pyo3 = { version = "=0.18.3", features = ["abi3-py37", "extension-module"] }
pyo3 = { version = "=0.18.3", features = ["abi3-py38", "extension-module"] }

[features]
openssl = ["clvmr/openssl"]

0 comments on commit 16e1e6a

Please sign in to comment.