Skip to content

Bump pypa/cibuildwheel from 2.13.1 to 2.16.2 #499

Bump pypa/cibuildwheel from 2.13.1 to 2.16.2

Bump pypa/cibuildwheel from 2.13.1 to 2.16.2 #499

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run tox
run: pipx run tox -e py${{ matrix.python-version }}