Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ frequenz-resampling = "0.3.0"
pyo3 = { version = "0.27", features = [
"extension-module",
"chrono",
"abi3-py311",
] }
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ expanded tests and CI to validate the compiled package workflow.
environments.
- Expand repository docs (`README.md`, `AGENTS.md`) for the new architecture.

## Build Changes

- Switch from a single abi3-compatible wheel to per-Python-version wheels
(`cp311`, `cp312`, `cp313`, `cp314`). This removes the `abi3-py311` PyO3
feature so each supported Python version gets its own compiled wheel.

## Bug Fixes

- Fix docs and tooling source path assumptions from `src/` to `frequenz/` for
Expand Down
Loading