We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3125ecd commit 76ee53cCopy full SHA for 76ee53c
2 files changed
.github/workflows/build_and_deploy.yml
@@ -13,7 +13,14 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os:
17
+ [
18
+ ubuntu-latest,
19
+ ubuntu-24.04-arm,
20
+ windows-latest,
21
+ macos-13,
22
+ macos-latest,
23
+ ]
24
25
steps:
26
- uses: actions/checkout@v4
@@ -23,9 +30,9 @@ jobs:
30
git clone https://github.com/martinus/robin-hood-hashing robinhood
31
32
- name: Build wheels
- uses: pypa/cibuildwheel@v2.22.0
33
+ uses: pypa/cibuildwheel@v2.23.0
27
34
env:
28
- CIBW_SKIP: "pp* cp36-* cp37-* *win_arm64 *_i686 *musllinux*"
35
+ CIBW_SKIP: "pp* cp36-* cp37-* *win_arm64 *_i686"
29
36
CIBW_BUILD_VERBOSITY: 1
37
38
- uses: actions/upload-artifact@v4
src/ripser/_version.py
@@ -1 +1 @@
1
-__version__ = "0.6.11"
+__version__ = "0.6.12"
0 commit comments