Skip to content

Commit

Permalink
target a specific python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed May 17, 2024
1 parent b943ffd commit 3800f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xyz-parse"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Julian Popescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -23,4 +23,4 @@ python = ["pyo3"]

[dependencies]
rust_decimal = { version = "1.35", default-features = false }
pyo3 = { version = "0.21", features = ["rust_decimal", "extension-module"], optional = true }
pyo3 = { version = "0.21", features = ["rust_decimal", "extension-module", "abi3-py37"], optional = true }

0 comments on commit 3800f34

Please sign in to comment.