From 6883632c42e2b2a46318f63488b866115f199257 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 2 Jan 2024 08:56:36 +0000 Subject: [PATCH] MAINT: Stop 3.8 from building Minimum Python is now 3.9 --- .github/workflows/build-wheels.yml | 8 ++++---- statsmodels | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index fdf1bdd..f289282 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python: [cp38, cp39, cp310, cp311, cp312] + python: [cp39, cp310, cp311, cp312] os: [ubuntu-latest, windows-latest, macOS-latest] env: BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1 @@ -46,18 +46,18 @@ jobs: fetch-depth: 0 # Used to host cibuildwheel - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.x' - name: Set up QEMU if: runner.os == 'Linux' - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: all - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.16.0 + run: python -m pip install cibuildwheel==2.16.2 - name: Build wheels run: | diff --git a/statsmodels b/statsmodels index afdf416..5598e10 160000 --- a/statsmodels +++ b/statsmodels @@ -1 +1 @@ -Subproject commit afdf4167e4edce3d6955560fca872458259ca6ee +Subproject commit 5598e1034a76a515fa0d71e28bdb8d1c32d9ecd7