Skip to content

Commit 8497ed7

Browse files
authored
Merge pull request #153 from bashtage/update-main
MAINT: Stop 3.8 from building
2 parents 792feae + 6883632 commit 8497ed7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python: [cp38, cp39, cp310, cp311, cp312]
21+
python: [cp39, cp310, cp311, cp312]
2222
os: [ubuntu-latest, windows-latest, macOS-latest]
2323
env:
2424
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
@@ -46,18 +46,18 @@ jobs:
4646
fetch-depth: 0
4747

4848
# Used to host cibuildwheel
49-
- uses: actions/setup-python@v4
49+
- uses: actions/setup-python@v5
5050
with:
5151
python-version: '3.x'
5252

5353
- name: Set up QEMU
5454
if: runner.os == 'Linux'
55-
uses: docker/setup-qemu-action@v2
55+
uses: docker/setup-qemu-action@v3
5656
with:
5757
platforms: all
5858

5959
- name: Install cibuildwheel
60-
run: python -m pip install cibuildwheel==2.16.0
60+
run: python -m pip install cibuildwheel==2.16.2
6161

6262
- name: Build wheels
6363
run: |

statsmodels

0 commit comments

Comments
 (0)