|
51 | 51 | runs-on: ubuntu-latest |
52 | 52 | strategy: |
53 | 53 | matrix: |
54 | | - python-version: [ "3.8", "3.9", "3.10", "3.11" ] |
| 54 | + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
55 | 55 | steps: |
56 | 56 | - uses: actions/checkout@v3 |
57 | 57 | - name: Set up Python |
|
80 | 80 | id: macosx_x86_64 |
81 | 81 | - image: macos-latest |
82 | 82 | id: macosx_arm64 |
83 | | - python-version: ["3.8", "3.9", "3.10", "3.11"] |
| 83 | + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
84 | 84 | name: Build ${{ matrix.os.id }}-py${{ matrix.python-version }} |
85 | 85 | runs-on: ${{ matrix.os.image }} |
86 | 86 | steps: |
|
96 | 96 | platforms: all |
97 | 97 | - uses: actions/checkout@v3 |
98 | 98 | - name: Building wheel |
99 | | - uses: pypa/cibuildwheel@v2.12.0 |
| 99 | + uses: pypa/cibuildwheel@v2.16.2 |
100 | 100 | env: |
101 | 101 | CIBW_BUILD: cp${{ env.shortver }}-${{ matrix.os.id }} |
102 | 102 | MACOSX_DEPLOYMENT_TARGET: 10.14 # Should be kept in sync with ci/build_darwin.sh |
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | download_name: macosx_x86_64 |
125 | 125 | - image_name: windows-2019 |
126 | 126 | download_name: win_amd64 |
127 | | - python-version: ["3.8", "3.9", "3.10", "3.11"] |
| 127 | + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
128 | 128 | cloud-provider: [aws, azure, gcp] |
129 | 129 | steps: |
130 | 130 | - uses: actions/checkout@v3 |
@@ -289,7 +289,7 @@ jobs: |
289 | 289 | strategy: |
290 | 290 | fail-fast: false |
291 | 291 | matrix: |
292 | | - python-version: ["3.8", "3.9", "3.10", "3.11"] |
| 292 | + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
293 | 293 | cloud-provider: [aws] |
294 | 294 | steps: |
295 | 295 | - name: Set shortver |
|
0 commit comments