|
22 | 22 | strategy: |
23 | 23 | fail-fast: False |
24 | 24 | matrix: |
25 | | - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] |
| 25 | + python-version: [ '3.9', '3.10', '3.11', '3.12' ] |
26 | 26 | steps: |
27 | 27 | - name: Checkout repository |
28 | 28 | uses: actions/checkout@v4 |
|
52 | 52 | strategy: |
53 | 53 | fail-fast: False |
54 | 54 | matrix: |
55 | | - os: [ ubuntu-latest, macos-latest ] |
| 55 | + os: [ ubuntu-latest, macos-latest, macos-14 ] |
56 | 56 | steps: |
57 | 57 | - name: Checkout repository |
58 | 58 | uses: actions/checkout@v4 |
|
66 | 66 |
|
67 | 67 | - name: Build wheels |
68 | 68 | env: |
69 | | - # only build CPython-3.8+ and skip 32-bit builds |
70 | | - CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-* |
| 69 | + # only build CPython-3.9+ and skip 32-bit builds |
| 70 | + CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-* |
71 | 71 | CIBW_SKIP: "*-manylinux_i686 *-musllinux*" |
72 | 72 | # use latest build |
73 | 73 | CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64 |
|
90 | 90 | runs-on: ${{ matrix.os }} |
91 | 91 | strategy: |
92 | 92 | matrix: |
93 | | - os: [ windows-latest, ubuntu-latest, macos-latest ] |
94 | | - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] |
| 93 | + os: [ windows-latest, ubuntu-latest, macos-latest, macos-14 ] |
| 94 | + python-version: [ '3.9', '3.10', '3.11', '3.12' ] |
95 | 95 |
|
96 | 96 | steps: |
97 | 97 | - name: Checkout repository |
|
0 commit comments