Skip to content

Documentation changes #73

Documentation changes

Documentation changes #73

Workflow file for this run

name: Test with Matrix of Python Versions
on: pull_request
jobs:
python-version-matrix:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
bitstring-version: ["", "4.0.1", "4.1.4"]
uses: ./.github/workflows/test-python-version.yml
with:
python-version: ${{ matrix.python-version }}
bitstring-version: ${{ matrix.bitstring-version }}