Skip to content

Commit

Permalink
fix for #217 (#220)
Browse files Browse the repository at this point in the history
* Update CI.yml

fix for #217

* try fix for the windows matrix
  • Loading branch information
energynumbers authored Dec 3, 2024
1 parent 46ce497 commit 0c736ab
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# This file is autogenerated by maturin v0.14.15
# To update, run
#
# maturin init
#
# This file was edited manually to add
# The original was autogenerated by maturin v0.14.15
on:
push:
branches:
Expand Down Expand Up @@ -119,15 +116,15 @@ jobs:
needs: lint_and_test
strategy:
matrix:
platform:
- target: x64
interpreter: 3.8 3.9 3.10 3.11 3.12 #3.13
- target: x86
interpreter: 3.8 3.9 3.10 3.11 3.12 #3.13
target: [x64, x86]
interpreter: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.platform.interpreter }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 0c736ab

Please sign in to comment.