python-zeroconf
python-zeroconf
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'master' into ci/replace-deprecated-upload-action
ci/replace-deprecated-upload-action
3 hours ago
fix(ci): drop x86_64 mac wheels and clean up obsolete CIBW_SKIP entries (#1694)
master
4 hours ago
fix(ci): drop x86_64 mac wheels and clean up obsolete CIBW_SKIP entries Two issues from the 0.149.2 wheel run: 1. CIBW_ARCHS_MACOS="x86_64 arm64" failed: macos-latest is macos-15-arm64 and the x86_64 virtualenv was created with the host arch ("CPython3.10.11.final.0-64-arm64" in cibuildwheel's log), so the C extension built for arm64 and delocate-wheel refused the arch-mismatched wheel. Cross-compiling x86_64 from Apple Silicon is fragile enough that the simpler fix is to drop x86_64 mac wheels — Apple Silicon has been default since late 2020 and Intel Mac users can still install via sdist. 2. cibuildwheel 3.x dropped Python < 3.8 support and emits "Invalid skip selector" warnings for cp36-* cp37-* pp36-* pp37-* on every run. Removed.
fix-macos-arm64-only
4 hours ago
fix(ci): drop retired macos-13 runner and skip cp39/pp39 in wheel matrix (#1693)
master
4 hours ago
fix(ci): skip cp39 and pp39 in cibuildwheel `requires-python = ">=3.10"` since #1688. Add cp39 and pp39 to `CIBW_SKIP` so any future matrix entry that accidentally targets 3.9 gets a silent skip instead of the "No build identifiers selected" hard error that broke 0.149.0. Also sort cpXX and ppXX into ascending order while reordering.
fix-drop-macos-13
5 hours ago
ci: don't fail-fast the wheel matrix A single arch's failure was cancelling every other wheel job (see 0.149.0, where one cp39 entry took down the entire build_wheels run and left PyPI with sdist only). Setting `fail-fast: false` lets the other ~30 jobs keep going, so a fix targets just the one broken arch.
ci-wheels-no-fail-fast
6 hours ago
fix(ci): drop cp39 from cibuildwheel matrix (#1691)
master
6 hours ago
fix(ci): drop cp39 from cibuildwheel matrix `pyproject.toml` is now `requires-python = ">=3.10"` after #1688, so cibuildwheel refused the explicit `CIBW_BUILD=cp39*` matrix entries with "No build identifiers selected". The cp39 job's failure cancelled the rest of the wheel matrix (no `fail-fast: false` on the matrix), so 0.149.0 reached PyPI as sdist only. Removing the two stale cp39 entries lets the next release publish a full wheel set.
fix-drop-cp39-wheel-matrix
6 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
ci: replace deprecated upload-to-gh-release with publish-action
#1695
3 hours ago
c5c9290
ci/replace-deprecated-upload-action
CodSpeed Performance Gauge
0%
fix(ci): drop x86_64 mac wheels and clean up obsolete CIBW_SKIP entries
#1694
4 hours ago
a893676
fix-macos-arm64-only
CodSpeed Performance Gauge
0%
fix(ci): drop retired macos-13 runner and skip cp39/pp39 in wheel matrix
#1693
5 hours ago
8a6f0dc
fix-drop-macos-13
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs