From 12992a14a2af3222e49029f98fcb64616bbc9ed4 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Wed, 24 Jun 2026 11:20:42 +0100 Subject: [PATCH] BLD: Fix Pyodide build Change to use cp313 --- .github/workflows/build-wheels.yml | 5 ++++- statsmodels | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index efd6caa..9e68eff 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -22,7 +22,7 @@ jobs: python: [cp310, cp311, cp312, cp313, cp314] python_impl: [Python] include: - - python: cp312 + - python: cp313 os: ubuntu-latest python_impl: Pyodide exclude: @@ -84,6 +84,9 @@ jobs: env: CIBW_BEFORE_BUILD: 'git submodule foreach git checkout ${{ env.BUILD_COMMIT }}' CIBW_PLATFORM: pyodide + CIBW_BUILD: "cp313-*" + CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['-sra', '--skip-examples', '--skip-slow'], exit=True)" + CIBW_TEST_REQUIRES: pytest pytest-cov pytest-run-parallel matplotlib - name: Setup Upload Variables if: ${{ always() }} diff --git a/statsmodels b/statsmodels index cd2e40c..9d3167a 160000 --- a/statsmodels +++ b/statsmodels @@ -1 +1 @@ -Subproject commit cd2e40cf7e1d0fb5b14db88e81b05172fb73a675 +Subproject commit 9d3167ad87768c3a9637d3d6a0b870af63b54c5c