Skip to content

Commit

Permalink
build: skip musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jun 27, 2023
1 parent 3746bd8 commit fdf5bfd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- '*'
env:
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* cp36* pp27* pp36* pp37*
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* cp36* pp27* pp36* pp37* *-musllinux*

jobs:
build_wheels:
Expand Down
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
CHANGES
=======

0.7.1
-----

* fix: memory leak in eytzinger\_binary\_search

0.7.0
-----

* build: update cibuildwheel
* build: add py311 to appveyor
* fix: compile warnings
* perf: faster, more efficient eytzinger sort for mapbuffer
* chore: whitespace
* install: add numpy requirement
* perf: much faster dict2buf
* feat: fast eytzinger sort index creation
* perf: improve memory usage in dict2buf
* build: update tox

0.6.0
-----

Expand Down

0 comments on commit fdf5bfd

Please sign in to comment.