Skip to content

Commit

Permalink
add missing mac os wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Oct 27, 2024
1 parent fb1fa23 commit a42a1ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
build_wheels_macos:
name: Build wheel on macos-latest/${{matrix.arch}}/${{matrix.python_tag}}
needs: [build_sdist]
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### v0.26.1
#### Changed
- add missing mac os wheels

### v0.26.0
#### Changed
- add support for Python 3.13
Expand Down
2 changes: 1 addition & 1 deletion src/Levenshtein/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__author__: str = "Max Bachmann"
__license__: str = "GPL"
__version__: str = "0.26.0"
__version__: str = "0.26.1"

import rapidfuzz.distance.Hamming as _Hamming
import rapidfuzz.distance.Indel as _Indel
Expand Down

0 comments on commit a42a1ab

Please sign in to comment.