Skip to content

Commit

Permalink
fix: support numpy 2 (#197)
Browse files Browse the repository at this point in the history
* fix: support numpy 2

* fix: use py-clone

* fix: drop support for windows 32bit
  • Loading branch information
kahojyun authored Oct 12, 2024
1 parent 42daf4e commit 61ad935
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 244 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ jobs:
platform:
- runner: windows-latest
target: x64
- runner: windows-latest
target: x86
steps:
- uses: actions/checkout@v4
- name: Replace version in Cargo.toml
Expand All @@ -131,7 +129,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
architecture: ${{ matrix.platform.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
Loading

0 comments on commit 61ad935

Please sign in to comment.