Skip to content

Commit

Permalink
chore: Move the PyO3 abi3-py39 feature to workspace. (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk authored Jan 3, 2025
1 parent 1f177bd commit 2750e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ float-cmp = "0.10"
ndarray = "0.16"
polars = { version = "0.45", features = ["lazy", "rows", "ndarray"] }
pyo3-polars = "0.19"
pyo3 = { version = "0.22" }
pyo3 = { version = "0.22", features = ["abi3-py39"] }
pyo3-log = "0.11"
tracing = { version = "0.1", features = ["log"] }
csv = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion pywr-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["science", "simulation"]
[dependencies]
# The Github workflow is configured to use the minimum version corresponding to the `abi3-pyXX` feature enabled here.
# Please remember to update the workflow if changing the ABI version.
pyo3 = { workspace = true, features = ["extension-module", "macros", "abi3-py39", "chrono"] }
pyo3 = { workspace = true, features = ["extension-module", "macros", "chrono"] }
pyo3-polars = { workspace = true }
pyo3-log = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit 2750e8f

Please sign in to comment.