Skip to content

Commit 5020f98

Browse files
authored
Merge pull request #157 from bashtage/rel-0.14.2
RLS: Release 0.14.2
2 parents 92c2d4f + 2b0a6cc commit 5020f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
python: [cp39, cp310, cp311, cp312]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
env:
22-
BUILD_COMMIT: "maintenance/0.14.x" # or a specific version, e.g., v0.13.1
22+
BUILD_COMMIT: "0.14.2" # or a specific version, e.g., v0.13.1
2323
CIBW_BUILD: ${{ matrix.python }}-*
2424
CIBW_ARCHS_LINUX: "x86_64 aarch64"
2525
CIBW_ARCHS_MACOS: "x86_64 arm64"
2626
# No support for pypy, musl, Win32 for 3.10+
2727
# Skip musl for 3.8 and 3.9 since no upstream wheels
2828
CIBW_SKIP: "pp* *-win32 cp38-musllinux* cp39-musllinux* *musllinux_aarch64*"
29-
CIBW_TEST_REQUIRES: pytest pytest-xdist
29+
CIBW_TEST_REQUIRES: pytest==7.4.4 pytest-xdist
3030
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow','-n','2'])"
3131
# Avoid testing on emulated architectures
3232
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x}"

0 commit comments

Comments
 (0)