Skip to content

Fix CI: update retired runners, upgrade cibuildwheel v2→v3, restore manylinux2010 wheels#68

Draft
Copilot wants to merge 4 commits into
pre-commit-ci-update-configfrom
copilot/fix-ci-job-failures
Draft

Fix CI: update retired runners, upgrade cibuildwheel v2→v3, restore manylinux2010 wheels#68
Copilot wants to merge 4 commits into
pre-commit-ci-update-configfrom
copilot/fix-ci-job-failures

Conversation

Copilot AI commented Mar 9, 2026

Copy link
Copy Markdown

Several CI jobs were broken due to retired GitHub-hosted runners and a cibuildwheel v2 bug that hits GitHub's rate limit (HTTP 429) when downloading virtualenv.pyz via a deprecated blob URL.

Runner updates (build.yml)

  • ubuntu-20.04ubuntu-22.04 (all jobs)
  • windows-2019windows-2022 (AMD64 and x86)
  • Windows ARM64: windows-2022 (cross-compile) → windows-11-arm (native)

cibuildwheel v2.23.1 → v3.4.0 (build.yml)

The macOS job was failing with HTTP Error 429 fetching virtualenv.pyz from a github.com/blob/…?raw=true URL that GitHub now rate-limits. Fixed in v3.1.4 ("Use the virtualenv release URL instead of blob URL").

Restore manylinux2010-compatible wheels (pyproject.toml)

cibuildwheel v3 dropped the manylinux2010 shortname but still accepts full OCI image names. x86_64 and i686 wheels continue targeting glibc 2.12+:

[tool.cibuildwheel.linux]
manylinux-x86_64-image = "quay.io/pypa/manylinux2010_x86_64:latest"
manylinux-i686-image   = "quay.io/pypa/manylinux2010_i686:latest"

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cibuildwheel.pypa.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

pre-commit-ci Bot and others added 2 commits March 9, 2026 17:29
updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
- https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
- [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.0](psf/black-pre-commit-mirror@25.1.0...26.3.0)
- [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
- [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
…10 images

Co-authored-by: nightlark <3969255+nightlark@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI jobs to pass successfully Fix CI: replace retired runners and remove deprecated manylinux2010 images Mar 9, 2026
Co-authored-by: nightlark <3969255+nightlark@users.noreply.github.com>
Copilot AI changed the title Fix CI: replace retired runners and remove deprecated manylinux2010 images Fix CI: update retired runners, upgrade cibuildwheel v2→v3, restore manylinux2010 wheels Mar 9, 2026
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 4b1386c to 458c50b Compare March 16, 2026 17:25
@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 6707791 to 7684856 Compare May 25, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants