Skip to content

Commit

Permalink
Update Python version constraint and comment out unused matrix in Git…
Browse files Browse the repository at this point in the history
…Hub Actions workflow
  • Loading branch information
Diego Piccinotti committed Oct 23, 2024
1 parent 8ee5af7 commit 29cb82b
Show file tree
Hide file tree
Showing 3 changed files with 1,960 additions and 1,747 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ permissions:
contents: read

env:
POETRY_VERSION: 1.4.0
CI_BUILD_WHEEL_VERSION: 2.21.3
POETRY_VERSION: 1.4.0
CI_BUILD_WHEEL_VERSION: 2.21.3

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
# python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]

steps:
Expand All @@ -31,7 +31,6 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry

- name: Install cibuildwheel
Expand Down
Loading

0 comments on commit 29cb82b

Please sign in to comment.