Skip to content

Commit

Permalink
misc: Removed PyPy wheels for Windows AMD64 as they won't build
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 30, 2024
1 parent ffb207c commit 95c23e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
include:
- os: windows-2019
cibw_archs: AMD64
cibw_skip: pp*-win_amd64
- os: windows-2019
cibw_archs: ARM64
- os: windows-2019
Expand Down Expand Up @@ -84,6 +86,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_SKIP: ${{ matrix.cibw_skip }}
PIP_USE_PEP517: 1

- name: "Upload artifacts"
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Changelog

* **v1.1.2:**

* misc: Removed PyPy wheels for Windows AMD64 as they won't build (@flozz)
* misc: Fixed libimagequant build on newer GCC versions (@flozz)
* misc: Added Python 3.13 support (@flozz)
* misc!: Removed Python 3.8 support (@flozz)
Expand Down

0 comments on commit 95c23e3

Please sign in to comment.