Skip to content

Commit 6f77556

Browse files
committed
chore(ci): Restore x86 for Windows, will just drop mpl in tox
1 parent 81e2e9f commit 6f77556

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
matrix:
115115
os: ['ubuntu-latest', 'windows-latest', 'macos-13', 'macos-latest']
116116
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
117-
architecture: ['x64', 'arm64']
117+
architecture: ['x86', 'x64', 'arm64']
118118
dependencies: ['full', 'pre']
119119
include:
120120
# Basic dependencies only
@@ -127,15 +127,6 @@ jobs:
127127
python-version: "3.9"
128128
architecture: 'x64'
129129
dependencies: 'min'
130-
# Only numpy of the scipy stack still supports win32
131-
- os: windows-latest
132-
python-version: "3.9"
133-
architecture: 'x86'
134-
dependencies: 'none'
135-
- os: windows-latest
136-
python-version: "3.13"
137-
architecture: 'x86'
138-
dependencies: 'none'
139130
exclude:
140131
# Use ubuntu-latest to cover the whole range of Python. For Windows
141132
# and OSX, checking oldest and newest should be sufficient.
@@ -159,6 +150,13 @@ jobs:
159150
python-version: "3.12"
160151

161152
## Unavailable architectures
153+
# x86 is available for Windows
154+
- os: ubuntu-latest
155+
architecture: x86
156+
- os: macos-latest
157+
architecture: x86
158+
- os: macos-13
159+
architecture: x86
162160
# arm64 is available for macos-14+
163161
- os: ubuntu-latest
164162
architecture: arm64

0 commit comments

Comments
 (0)