1818 strategy :
1919 fail-fast : false
2020 matrix :
21- os : [ubuntu-latest, windows-latest, macos-latest, macos-15-intel, windows-11-arm]
22- python : [cp310, cp311, cp312, cp313, cp314]
21+ os : [windows-11-arm]
22+ python : [cp313, cp314]
2323 python_impl : [Python]
2424 include :
2525 - python : cp312
@@ -29,15 +29,15 @@ jobs:
2929 - os : windows-11-arm
3030 python : cp310
3131 env :
32- BUILD_COMMIT : " main " # or a specific version, e.g., v0.13.1
32+ BUILD_COMMIT : " special-test " # or a specific version, e.g., v0.13.1
3333 CIBW_BUILD : ${{ matrix.python }}-*
3434 CIBW_ARCHS_LINUX : " x86_64 aarch64"
3535 CIBW_ARCHS_MACOS : auto
3636 # No support for pypy, musl, Win32 for 3.10+
3737 # Skip musl for 3.8 and 3.9 since no upstream wheels
3838 CIBW_SKIP : " pp* *-win32 *musllinux_aarch64*"
3939 CIBW_TEST_REQUIRES : pytest pytest-xdist
40- CIBW_TEST_COMMAND : python -c "import statsmodels; statsmodels.test(['-v','-n ','2','--skip-examples','--skip- slow', '--max-worker-restart','50'], exit=True)"
40+ CIBW_TEST_COMMAND : python -c "import statsmodels; statsmodels.test(['-v','-s ','-m', '(not slow and not example)', '--max-worker-restart','50'], exit=True)"
4141 # Avoid testing on emulated architectures and Pyodide
4242 CIBW_TEST_SKIP : " *-*linux_{aarch64,ppc64le,s390x} *pyodide*"
4343 CIBW_REPAIR_WHEEL_COMMAND_LINUX : ' auditwheel repair --strip -w {dest_dir} {wheel}'
0 commit comments