Skip to content

Commit

Permalink
old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlk committed Oct 3, 2024
1 parent da37f87 commit 370fd46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
python: [cp38, cp39, cp310, cp311]
python: [cp310, cp311, cp312, cp313]
arch: [x86_64, aarch64, AMD64, arm64]
# Included archs:
# Ubuntu: x86_64, aarch64
Expand Down Expand Up @@ -55,6 +55,7 @@ jobs:
env:
CIBW_BEFORE_TEST: "pip install -r requirements-dev.txt"
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_BEFORE_BUILD: "pip install --upgrade pip && pip install -r requirements-dev.txt"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: "${{ matrix.python }}*"
CIBW_SKIP: "*musllinux*"
Expand Down

0 comments on commit 370fd46

Please sign in to comment.