Skip to content

Commit ae2bb89

Browse files
committed
Dont include 32bit envs anymore.
1 parent 8464c81 commit ae2bb89

File tree

2 files changed

+28
-83
lines changed

2 files changed

+28
-83
lines changed

.github/workflows/github-actions.yml

Lines changed: 27 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -17,217 +17,163 @@ jobs:
1717
python: '3.13'
1818
tox_env: 'docs'
1919
os: 'ubuntu-latest'
20-
- name: 'py39 (ubuntu)'
20+
- name: 'py39 (ubuntu/x64)'
2121
python: '3.9'
2222
python_arch: 'x64'
2323
tox_env: 'py39'
2424
os: 'ubuntu-latest'
2525
cover: true
26-
- name: 'py39 (windows)'
26+
- name: 'py39 (windows/x64)'
2727
python: '3.9'
2828
python_arch: 'x64'
2929
tox_env: 'py39'
3030
os: 'windows-latest'
3131
cover: true
32-
- name: 'py39 (windows)'
33-
python: '3.9'
34-
python_arch: 'x86'
35-
tox_env: 'py39'
36-
os: 'windows-latest'
37-
cover: true
38-
- name: 'py39 (macos)'
32+
- name: 'py39 (macos/arm64)'
3933
python: '3.9'
4034
python_arch: 'arm64'
4135
tox_env: 'py39'
4236
os: 'macos-latest'
4337
cover: true
44-
- name: 'py310 (ubuntu)'
38+
- name: 'py310 (ubuntu/x64)'
4539
python: '3.10'
4640
python_arch: 'x64'
4741
tox_env: 'py310'
4842
os: 'ubuntu-latest'
4943
cover: true
50-
- name: 'py310 (windows)'
44+
- name: 'py310 (windows/x64)'
5145
python: '3.10'
5246
python_arch: 'x64'
5347
tox_env: 'py310'
5448
os: 'windows-latest'
5549
cover: true
56-
- name: 'py310 (windows)'
57-
python: '3.10'
58-
python_arch: 'x86'
59-
tox_env: 'py310'
60-
os: 'windows-latest'
61-
cover: true
62-
- name: 'py310 (macos)'
50+
- name: 'py310 (macos/arm64)'
6351
python: '3.10'
6452
python_arch: 'arm64'
6553
tox_env: 'py310'
6654
os: 'macos-latest'
6755
cover: true
68-
- name: 'py311 (ubuntu)'
56+
- name: 'py311 (ubuntu/x64)'
6957
python: '3.11'
7058
python_arch: 'x64'
7159
tox_env: 'py311'
7260
os: 'ubuntu-latest'
7361
cover: true
74-
- name: 'py311 (windows)'
62+
- name: 'py311 (windows/x64)'
7563
python: '3.11'
7664
python_arch: 'x64'
7765
tox_env: 'py311'
7866
os: 'windows-latest'
7967
cover: true
80-
- name: 'py311 (windows)'
81-
python: '3.11'
82-
python_arch: 'x86'
83-
tox_env: 'py311'
84-
os: 'windows-latest'
85-
cover: true
86-
- name: 'py311 (macos)'
68+
- name: 'py311 (macos/arm64)'
8769
python: '3.11'
8870
python_arch: 'arm64'
8971
tox_env: 'py311'
9072
os: 'macos-latest'
9173
cover: true
92-
- name: 'py312 (ubuntu)'
74+
- name: 'py312 (ubuntu/x64)'
9375
python: '3.12'
9476
python_arch: 'x64'
9577
tox_env: 'py312'
9678
os: 'ubuntu-latest'
9779
cover: true
98-
- name: 'py312 (windows)'
80+
- name: 'py312 (windows/x64)'
9981
python: '3.12'
10082
python_arch: 'x64'
10183
tox_env: 'py312'
10284
os: 'windows-latest'
10385
cover: true
104-
- name: 'py312 (windows)'
105-
python: '3.12'
106-
python_arch: 'x86'
107-
tox_env: 'py312'
108-
os: 'windows-latest'
109-
cover: true
110-
- name: 'py312 (macos)'
86+
- name: 'py312 (macos/arm64)'
11187
python: '3.12'
11288
python_arch: 'arm64'
11389
tox_env: 'py312'
11490
os: 'macos-latest'
11591
cover: true
116-
- name: 'py313 (ubuntu)'
92+
- name: 'py313 (ubuntu/x64)'
11793
python: '3.13'
11894
python_arch: 'x64'
11995
tox_env: 'py313'
12096
os: 'ubuntu-latest'
12197
cover: true
122-
- name: 'py313 (windows)'
98+
- name: 'py313 (windows/x64)'
12399
python: '3.13'
124100
python_arch: 'x64'
125101
tox_env: 'py313'
126102
os: 'windows-latest'
127103
cover: true
128-
- name: 'py313 (windows)'
129-
python: '3.13'
130-
python_arch: 'x86'
131-
tox_env: 'py313'
132-
os: 'windows-latest'
133-
cover: true
134-
- name: 'py313 (macos)'
104+
- name: 'py313 (macos/arm64)'
135105
python: '3.13'
136106
python_arch: 'arm64'
137107
tox_env: 'py313'
138108
os: 'macos-latest'
139109
cover: true
140-
- name: 'py314 (ubuntu)'
110+
- name: 'py314 (ubuntu/x64)'
141111
python: '3.14'
142112
python_arch: 'x64'
143113
tox_env: 'py314'
144114
os: 'ubuntu-latest'
145115
cover: true
146-
- name: 'py314 (windows)'
116+
- name: 'py314 (windows/x64)'
147117
python: '3.14'
148118
python_arch: 'x64'
149119
tox_env: 'py314'
150120
os: 'windows-latest'
151121
cover: true
152-
- name: 'py314 (windows)'
153-
python: '3.14'
154-
python_arch: 'x86'
155-
tox_env: 'py314'
156-
os: 'windows-latest'
157-
cover: true
158-
- name: 'py314 (macos)'
122+
- name: 'py314 (macos/arm64)'
159123
python: '3.14'
160124
python_arch: 'arm64'
161125
tox_env: 'py314'
162126
os: 'macos-latest'
163127
cover: true
164-
- name: 'pypy39 (ubuntu)'
128+
- name: 'pypy39 (ubuntu/x64)'
165129
python: 'pypy-3.9'
166130
python_arch: 'x64'
167131
tox_env: 'pypy39'
168132
os: 'ubuntu-latest'
169133
cover: true
170-
- name: 'pypy39 (windows)'
134+
- name: 'pypy39 (windows/x64)'
171135
python: 'pypy-3.9'
172136
python_arch: 'x64'
173137
tox_env: 'pypy39'
174138
os: 'windows-latest'
175139
cover: true
176-
- name: 'pypy39 (windows)'
177-
python: 'pypy-3.9'
178-
python_arch: 'x86'
179-
tox_env: 'pypy39'
180-
os: 'windows-latest'
181-
cover: true
182-
- name: 'pypy39 (macos)'
140+
- name: 'pypy39 (macos/arm64)'
183141
python: 'pypy-3.9'
184142
python_arch: 'arm64'
185143
tox_env: 'pypy39'
186144
os: 'macos-latest'
187145
cover: true
188-
- name: 'pypy310 (ubuntu)'
146+
- name: 'pypy310 (ubuntu/x64)'
189147
python: 'pypy-3.10'
190148
python_arch: 'x64'
191149
tox_env: 'pypy310'
192150
os: 'ubuntu-latest'
193151
cover: true
194-
- name: 'pypy310 (windows)'
152+
- name: 'pypy310 (windows/x64)'
195153
python: 'pypy-3.10'
196154
python_arch: 'x64'
197155
tox_env: 'pypy310'
198156
os: 'windows-latest'
199157
cover: true
200-
- name: 'pypy310 (windows)'
201-
python: 'pypy-3.10'
202-
python_arch: 'x86'
203-
tox_env: 'pypy310'
204-
os: 'windows-latest'
205-
cover: true
206-
- name: 'pypy310 (macos)'
158+
- name: 'pypy310 (macos/arm64)'
207159
python: 'pypy-3.10'
208160
python_arch: 'arm64'
209161
tox_env: 'pypy310'
210162
os: 'macos-latest'
211163
cover: true
212-
- name: 'pypy311 (ubuntu)'
164+
- name: 'pypy311 (ubuntu/x64)'
213165
python: 'pypy-3.11'
214166
python_arch: 'x64'
215167
tox_env: 'pypy311'
216168
os: 'ubuntu-latest'
217169
cover: true
218-
- name: 'pypy311 (windows)'
170+
- name: 'pypy311 (windows/x64)'
219171
python: 'pypy-3.11'
220172
python_arch: 'x64'
221173
tox_env: 'pypy311'
222174
os: 'windows-latest'
223175
cover: true
224-
- name: 'pypy311 (windows)'
225-
python: 'pypy-3.11'
226-
python_arch: 'x86'
227-
tox_env: 'pypy311'
228-
os: 'windows-latest'
229-
cover: true
230-
- name: 'pypy311 (macos)'
176+
- name: 'pypy311 (macos/arm64)'
231177
python: 'pypy-3.11'
232178
python_arch: 'arm64'
233179
tox_env: 'pypy311'

ci/templates/.github/workflows/github-actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ jobs:
3030
{% for os, python_arch in [
3131
['ubuntu', 'x64'],
3232
['windows', 'x64'],
33-
['windows', 'x86'],
3433
['macos', 'arm64'],
3534
] %}
36-
- name: '{{ env }} ({{ os }})'
35+
- name: '{{ env }} ({{ os }}/{{ python_arch }})'
3736
python: '{{ python }}'
3837
python_arch: '{{ python_arch }}'
3938
tox_env: '{{ env }}'

0 commit comments

Comments
 (0)