Skip to content

Commit

Permalink
Update iggy and pyo3 dependencies (#14)
Browse files Browse the repository at this point in the history
Update iggy and pyo3 dependencies.
Setup NASM for windows.
Remove armv7 build target.
Drop windows x86 support.
  • Loading branch information
FireMasterK authored Jun 26, 2024
1 parent 243fb3f commit 7bb8512
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 107 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, aarch64, armv7]
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -49,13 +49,15 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
target: [x64, x86]
target: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
- name: Set up NASM
uses: ilammy/setup-nasm@v1
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
Loading

0 comments on commit 7bb8512

Please sign in to comment.