|
48 | 48 | - [macos-14, macosx_arm64] |
49 | 49 | - [windows-2022, win_amd64] |
50 | 50 | - [windows-2022, win32] |
51 | | - python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314"] |
| 51 | + python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314", "cp314t"] |
| 52 | + exclude: |
| 53 | + # numpy (pulled in by the test suite) has no 32-bit linux free-threaded wheels |
| 54 | + - buildplat: [ubuntu-24.04, manylinux_i686] |
| 55 | + python: "cp314t" |
| 56 | + - buildplat: [ubuntu-24.04, musllinux_i686] |
| 57 | + python: "cp314t" |
52 | 58 | steps: |
53 | 59 | - uses: actions/checkout@v6 |
54 | 60 | - name: Build wheels |
|
79 | 85 | - [macos-14, macosx_arm64] |
80 | 86 | - [windows-2022, win_amd64] |
81 | 87 | - [windows-2022, win32] |
82 | | - python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314"] |
| 88 | + python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314", "cp314t"] |
| 89 | + exclude: |
| 90 | + # numpy (pulled in by the test suite) has no 32-bit linux free-threaded wheels |
| 91 | + - buildplat: [ubuntu-24.04, manylinux_i686] |
| 92 | + python: "cp314t" |
| 93 | + - buildplat: [ubuntu-24.04, musllinux_i686] |
| 94 | + python: "cp314t" |
83 | 95 | steps: |
84 | 96 | - uses: actions/checkout@v6 |
85 | 97 |
|
|
0 commit comments