@@ -22,47 +22,12 @@ jobs:
2222 fail-fast : false
2323 matrix :
2424 include :
25- - name : Build manylinux x86-64 wheels
26- os : ubuntu-22.04
27- kind : native
28- artifact_name : wheels-ubuntu-22.04
29- cibw_platform : auto
30- cibw_build : " *"
31- - name : Build manylinux arm64 wheels
32- os : ubuntu-22.04-arm
33- kind : native
34- artifact_name : wheels-ubuntu-22.04-arm
35- cibw_platform : auto
36- cibw_build : " *"
37- - name : Build Windows x86-64 wheels
38- os : windows-2022
39- kind : native
40- artifact_name : wheels-windows-2022
41- cibw_platform : auto
42- cibw_build : " *"
43- - name : Build Windows arm64 wheels
44- os : windows-11-arm
45- kind : native
46- artifact_name : wheels-windows-11-arm
47- cibw_platform : auto
48- cibw_build : " *"
49- - name : Build macOS x86-64 wheels
50- os : macos-15-intel
51- kind : native
52- artifact_name : wheels-macos-15-intel
53- cibw_platform : auto
54- cibw_build : " *"
5525 - name : Build macOS arm64 wheels
5626 os : macos-14
5727 kind : native
5828 artifact_name : wheels-macos-14
5929 cibw_platform : auto
6030 cibw_build : " *"
61- - name : Build Pyodide wheels
62- os : ubuntu-22.04
63- kind : pyodide
64- artifact_name : wheels-pyodide
65- cibw_platform : pyodide
6631
6732 steps :
6833 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
@@ -168,18 +133,10 @@ jobs:
168133 fail-fast : false
169134 matrix :
170135 os : [
171- ubuntu-22.04,
172- ubuntu-24.04,
173- ubuntu-24.04-arm,
174- windows-2022,
175- windows-2025,
176- windows-11-arm,
177- macos-15-intel,
178- macos-14,
179136 macos-15,
180137 ]
181138 # This list to be kept in sync with python-requires in pyproject.toml.
182- python-version : ['3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', 'pypy3.11' ]
139+ python-version : ['3.11']
183140 exclude :
184141 - os : windows-11-arm
185142 python-version : pypy3.11
@@ -306,7 +263,7 @@ jobs:
306263 fail-fast : false
307264 matrix :
308265 # Supported Flint versions:
309- flint-tag : ['v3.0.1', 'v3.1.3-p1', 'v3.2.2', 'v3.3.1' ]
266+ flint-tag : ['v3.0.1']
310267 steps :
311268 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
312269 with :
@@ -391,7 +348,7 @@ jobs:
391348 strategy :
392349 fail-fast : false
393350 matrix :
394- sympy-version : ['1.13.1', '1.14.0' ]
351+ sympy-version : ['1.13.1']
395352 steps :
396353 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
397354 with :
0 commit comments