Skip to content

Commit

Permalink
Merge pull request #308 from Unidata/musllinux
Browse files Browse the repository at this point in the history
include musslinux wheels (issue #307)
  • Loading branch information
jswhit authored Oct 28, 2023
2 parents 76f1012 + 1315474 commit eae38d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
uses: pypa/cibuildwheel@v2.15.0
env:
# Skips pypy and musllinux for now.
CIBW_SKIP: "pp* cp36-* cp37-* *-musllinux*"
# Skips pypy py36,37
CIBW_SKIP: "pp* cp36-* cp37-*
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD_FRONTEND: build
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12-dev"]
python-version: ["3.13.0-alpha.1"]
steps:

- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
since version 1.6.3 release
===========================
* build musllinux wheels (issue #307).

version 1.6.3 (release tag v1.6.3rel)
=====================================
* add support for formats without separators in strptime (e.g. '20200229', issue #301).
Expand Down

0 comments on commit eae38d8

Please sign in to comment.