Skip to content

Commit f427533

Browse files
committed
Refactor GitHub Actions workflow by removing outdated Python versions for Windows and Linux, and enable prerelease Python builds.
1 parent d988799 commit f427533

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,6 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
# Windows 32-bit
14-
- os: windows-2019
15-
python: 39
16-
platform_id: win32
17-
- os: windows-2019
18-
python: 310
19-
platform_id: win32
20-
- os: windows-2019
21-
python: 311
22-
platform_id: win32
23-
- os: windows-2019
24-
python: 312
25-
platform_id: win32
26-
- os: windows-2019
27-
python: 313
28-
platform_id: win32
29-
- os: windows-2019
30-
python: 314
31-
platform_id: win32
32-
3313
# Windows 64-bit
3414
- os: windows-2019
3515
python: 39
@@ -50,26 +30,6 @@ jobs:
5030
python: 314
5131
platform_id: win_amd64
5232

53-
# Linux 32-bit
54-
- os: ubuntu-latest
55-
python: 39
56-
platform_id: manylinux_i686
57-
- os: ubuntu-latest
58-
python: 310
59-
platform_id: manylinux_i686
60-
- os: ubuntu-latest
61-
python: 311
62-
platform_id: manylinux_i686
63-
- os: ubuntu-latest
64-
python: 312
65-
platform_id: manylinux_i686
66-
- os: ubuntu-latest
67-
python: 313
68-
platform_id: manylinux_i686
69-
- os: ubuntu-latest
70-
python: 314
71-
platform_id: manylinux_i686
72-
7333
# Linux 64-bit
7434
- os: ubuntu-latest
7535
python: 39
@@ -282,6 +242,7 @@ jobs:
282242

283243
# Include latest Python beta
284244
CIBW_PRERELEASE_PYTHONS: True
245+
CIBW_ENABLE: cpython-prerelease
285246

286247
CIBW_BUILD_FRONTEND: build
287248

0 commit comments

Comments
 (0)