Skip to content

Conversation

@edenhaus
Copy link
Member

@edenhaus edenhaus commented Nov 11, 2025

Breaking change

Proposed change

Do not merge it before last patch release of HA 2025.11
Removes building the wheels of deprecated archs and leftover code for them

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:
  • Link to developer documentation pull request:
  • Link to frontend pull request:

Checklist

  • I understand the code I am submitting and can explain how it works.
  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.
  • Any generated code has been carefully reviewed for correctness and compliance with project standards.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.

To help with the load of incoming pull requests:

@edenhaus edenhaus added this to the 2025.12.0b0 milestone Nov 11, 2025
@edenhaus edenhaus changed the title Remove deprecated archs wheels building Remove deprecated archs Nov 11, 2025
multidict>=6.4.2

# rpds-py frequently updates cargo causing build failures
# No wheels upstream available for armhf & armv7
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wheels for aarch64 and amd64 are available so no need to pin it

@edenhaus edenhaus marked this pull request as ready for review November 21, 2025 16:36
@edenhaus edenhaus requested a review from a team as a code owner November 21, 2025 16:36
Copilot AI review requested due to automatic review settings November 21, 2025 16:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes build support for deprecated 32-bit architectures (armhf, armv7, and i386) from Home Assistant's build pipeline and configuration, as these architectures are being phased out. The PR description indicates this should not be merged before the last patch release of HA 2025.11.

Key changes:

  • Removed deprecated architecture entries from build configurations
  • Cleaned up architecture-specific build constraints and wheel generation
  • Removed obsolete package version constraints that were only needed for deprecated architectures

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
build.yaml Removed armhf, armv7, and i386 from build_from configurations
Dockerfile Removed go2rtc suffix mappings for armhf and armv7 architectures
script/hassfest/docker.py Removed go2rtc suffix mappings for armhf and armv7 architectures (mirroring Dockerfile changes)
script/gen_requirements_all.py Removed wheels_armhf, wheels_armv7, and wheels_i386 requirement configurations and rpds-py version constraint comment
homeassistant/package_constraints.txt Removed rpds-py==0.26.0 version constraint that was only needed for armhf/armv7
.github/workflows/wheels.yml Removed build_constraints file creation/upload, cp314 exclusions for deprecated archs, i386-specific NPY_DISABLE_SVML setting
.github/workflows/builder.yml Removed matrix exclusions for armv7, armhf, and i386 architectures

Copy link
Member

@frenck frenck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @edenhaus 👍

../Frenck

                       

Blogging my personal ramblings at frenck.dev

@frenck frenck merged commit 102bb1f into dev Nov 21, 2025
72 of 73 checks passed
@frenck frenck deleted the edenhaus-remove-dreprecated-arch-wheels branch November 21, 2025 18:17
@github-actions github-actions bot locked and limited conversation to collaborators Nov 22, 2025
@frenck frenck removed this from the 2025.12.0b0 milestone Nov 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants