|
34 | 34 | fail-fast: false |
35 | 35 | matrix: |
36 | 36 | os: [ubuntu-latest] |
37 | | - cibw_python: ["cp312", "cp313", "cp314", "cp314t"] |
| 37 | + cibw_python: ["cp312", "cp313", "cp314", "cp314t", "cp315", "cp315t"] |
38 | 38 | cibw_arch: ["x86_64"] |
39 | 39 | steps: |
40 | 40 | - uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a # v4.1.2 |
|
65 | 65 | fail-fast: false |
66 | 66 | matrix: |
67 | 67 | os: [ubuntu-22.04-arm] |
68 | | - cibw_python: ["cp312", "cp313", "cp314", "cp314t"] |
| 68 | + cibw_python: ["cp312", "cp313", "cp314", "cp314t", "cp315", "cp315t"] |
69 | 69 | cibw_arch: ["aarch64"] |
70 | 70 | steps: |
71 | 71 | - uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a # v4.1.2 |
|
95 | 95 | fail-fast: false |
96 | 96 | matrix: |
97 | 97 | os: [macos-15-intel, macos-14] |
98 | | - cibw_python: ["cp312", "cp313", "cp314", "cp314t"] |
| 98 | + cibw_python: ["cp312", "cp313", "cp314", "cp314t", "cp315", "cp315t"] |
99 | 99 | cibw_arch: ["x86_64", "arm64"] |
100 | 100 | exclude: |
101 | 101 | - os: macos-14 |
@@ -144,7 +144,7 @@ jobs: |
144 | 144 | matrix: |
145 | 145 | os: [windows-latest, windows-11-arm] |
146 | 146 | cibw_arch: ["AMD64", "x86", "ARM64"] |
147 | | - cibw_python: ["cp312", "cp313", "cp314", "cp314t"] |
| 147 | + cibw_python: ["cp312", "cp313", "cp314", "cp314t", "cp315", "cp315t"] |
148 | 148 | exclude: |
149 | 149 | - os: windows-latest |
150 | 150 | cibw_arch: ARM64 |
|
0 commit comments