File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ${{ matrix.os }}
1414 strategy :
1515 matrix :
16- os : [ubuntu-latest, windows-latest, macos-latest]
16+ os :
17+ [
18+ ubuntu-latest,
19+ ubuntu-24.04-arm,
20+ windows-latest,
21+ macos-13,
22+ macos-latest,
23+ ]
1724
1825 steps :
1926 - uses : actions/checkout@v4
2330 git clone https://github.com/martinus/robin-hood-hashing robinhood
2431
2532 - name : Build wheels
26- uses : pypa/cibuildwheel@v2.22 .0
33+ uses : pypa/cibuildwheel@v2.23 .0
2734 env :
28- CIBW_SKIP : " pp* cp36-* cp37-* *win_arm64 *_i686 *musllinux* "
35+ CIBW_SKIP : " pp* cp36-* cp37-* *win_arm64 *_i686"
2936 CIBW_BUILD_VERBOSITY : 1
3037
3138 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1- __version__ = "0.6.11 "
1+ __version__ = "0.6.12 "
You can’t perform that action at this time.
0 commit comments