|
22 | 22 | - name: Install Python |
23 | 23 | uses: actions/setup-python@v2 |
24 | 24 | with: |
25 | | - python-version: "3.7" |
| 25 | + python-version: "3.12" |
26 | 26 |
|
27 | 27 | - name: Install Python Dependencies |
28 | 28 | run: pip install flake8 |
|
54 | 54 | fail-fast: false |
55 | 55 | matrix: |
56 | 56 | os: [ubuntu-latest, windows-latest, macos-13] |
57 | | - python: [cp37, cp38, cp39, cp310] |
| 57 | + python: [cp37, cp38, cp39, cp310, cp311, cp312] |
58 | 58 |
|
59 | 59 | include: |
60 | 60 | # Put coverage and results files in the project directory for mac |
@@ -84,11 +84,10 @@ jobs: |
84 | 84 | - name: Install Python |
85 | 85 | uses: actions/setup-python@v2 |
86 | 86 | with: |
87 | | - python-version: "3.7" |
| 87 | + python-version: "3.12" |
88 | 88 |
|
89 | 89 | - name: Install Python Dependencies |
90 | | - # Pin cibuildwheel due to https://github.com/pypa/cibuildwheel/issues/962 |
91 | | - run: pip install build cibuildwheel>=2.3.1 |
| 90 | + run: pip install build cibuildwheel>=2.16.2 |
92 | 91 |
|
93 | 92 | - name: Build Wheel |
94 | 93 | run: cibuildwheel --output-dir dist |
@@ -131,7 +130,7 @@ jobs: |
131 | 130 | fail-fast: false |
132 | 131 | matrix: |
133 | 132 | os: [ubuntu-latest, windows-latest, macos-13] |
134 | | - python: [cp37, cp38, cp39, cp310] |
| 133 | + python: [cp37, cp38, cp39, cp310, cp311, cp312] |
135 | 134 |
|
136 | 135 | runs-on: ${{ matrix.os }} |
137 | 136 |
|
|
0 commit comments