Commit 1f947a7
authored
chore: remove stale ciwheelbuild config for PyPy (#2975)
# Rationale for this change
I noticed our nightly builds kept showing these annotations:
<img width="1126" height="371" alt="image"
src="https://github.com/user-attachments/assets/c6b7cfba-cce3-44af-b822-8c4d6ee144ae"
/>
We haven't shipped a PyPy build since 0.9.1
(https://pypi.org/project/pyiceberg/0.9.1/#files), so this skip rule
isn't doing anything anymore. Removed it to clean up the warnings.
PyPy wheels are no longer built by default following the cibuildwheel
3.0 release and it was bumped in #2099. If we want PyPy support back, we
can re-add the builds instead of just skipping tests.
## Are these changes tested?
Successful run on personal branch:
https://github.com/geruh/iceberg-python/actions/runs/21427296271
<img width="1156" height="156" alt="image"
src="https://github.com/user-attachments/assets/1f0671df-04f3-4f40-9e3b-a6343b120484"
/>
## Are there any user-facing changes?
No1 parent 1bfea2e commit 1f947a7
File tree
2 files changed
+0
-6
lines changed- .github/workflows
2 files changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| |||
0 commit comments