Commit 31ed45b
fix(ci): green the matrix — importlib.metadata, manylinux_2_28, drop cp38
Three failures on an untouched master (#288), three causes:
1. macos-3.12: `import vpython` itself was broken on fresh 3.12+
environments — vpython/__init__.py imported pkg_resources, and Python
3.12 no longer ships setuptools into new environments. Replaced with
stdlib importlib.metadata (3.8+), and python_requires bumped 3.7→3.8
to match. This is a real user-facing bug, not just a CI one: anyone on
a clean 3.12 install hits it.
2. aarch64 cp311/cp312: cbor2 — a hard dependency via autobahn — ships
only manylinux_2_28 aarch64 wheels for cp311+, so the manylinux2014
(glibc 2.17) container could not use them and fell back to building
the C extension from source under QEMU, which fails. Container moved
to quay.io/pypa/manylinux_2_28_aarch64.
3. aarch64 cp38: Python 3.8 is EOL and the leg fails outright. Dropped.
The windows 3.8/3.9 legs still pass and are left alone — retiring them
is a support-policy decision, not a CI repair.
Closes #288.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G7y9rTA1r8r8EhEnPSQenR1 parent b2ddae8 commit 31ed45b
3 files changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | | - | |
7 | | - | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments