Skip to content

Commit

Permalink
try to fix wheels build
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de La Gorce committed Oct 23, 2024
1 parent 74d86ec commit 7bf188c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: [ "3.9", "3.10"]
python-version: [ "3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: pp31* # problem with missing GCC 8.4
CIBW_SKIP: pp3* # problem with missing GCC 8.4

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7bf188c

Please sign in to comment.