Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Nov 30, 2023
1 parent 68207a0 commit 618adc5
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,27 @@ jobs:
strategy:
matrix:
include:
- { wheel: cp38-macosx_arm64, os: macos-latest }
- { wheel: cp38-macosx_x86_64, os: macos-latest }
- { wheel: cp38-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp38-win_amd64, os: windows-latest }
- { wheel: cp39-macosx_arm64, os: macos-latest }
- { wheel: cp39-macosx_x86_64, os: macos-latest }
- { wheel: cp39-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp39-win_amd64, os: windows-latest }
- { wheel: cp310-macosx_arm64, os: macos-latest }
- { wheel: cp310-macosx_x86_64, os: macos-latest }
- { wheel: cp310-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp310-win_amd64, os: windows-latest }
- { wheel: cp311-macosx_arm64, os: macos-latest }
- { wheel: cp311-macosx_x86_64, os: macos-latest }
- { wheel: cp311-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp311-win_amd64, os: windows-latest }
# - { wheel: cp38-macosx_arm64, os: macos-latest }
# - { wheel: cp38-macosx_x86_64, os: macos-latest }
# - { wheel: cp38-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: cp38-win_amd64, os: windows-latest }
# - { wheel: cp39-macosx_arm64, os: macos-latest }
# - { wheel: cp39-macosx_x86_64, os: macos-latest }
# - { wheel: cp39-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: cp39-win_amd64, os: windows-latest }
# - { wheel: cp310-macosx_arm64, os: macos-latest }
# - { wheel: cp310-macosx_x86_64, os: macos-latest }
# - { wheel: cp310-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: cp310-win_amd64, os: windows-latest }
# - { wheel: cp311-macosx_arm64, os: macos-latest }
# - { wheel: cp311-macosx_x86_64, os: macos-latest }
# - { wheel: cp311-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: cp311-win_amd64, os: windows-latest }
- { wheel: cp312-macosx_arm64, os: macos-latest }
- { wheel: cp312-macosx_x86_64, os: macos-latest }
- { wheel: cp312-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp312-win_amd64, os: windows-latest }

- { wheel: pp39-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: cp312-macosx_x86_64, os: macos-latest }
# - { wheel: cp312-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: cp312-win_amd64, os: windows-latest }
# - { wheel: pp39-manylinux_x86_64, os: ubuntu-latest }

# Currently broken with PyPy 7.3? See https://foss.heptapod.net/pypy/pypy/-/issues/4013.
# - { wheel: pp39-macosx_x86_64, os: macos-latest }
Expand Down Expand Up @@ -113,8 +112,10 @@ jobs:
with:
python-version: '3.12'
- run: |
pip install ./wheels/pypcode-*-cp312-abi3-macosx_*_arm64.whl
python -m pypcode -l
pip install ./dist/pypcode-*-cp312-abi3-macosx_*_arm64.whl
tar xvf ./dist/pypcode-*.tar.gz
cd pypcode-*/tests
python -m unittest discover -v -s .
build_docs:
name: Build docs
Expand Down

0 comments on commit 618adc5

Please sign in to comment.