Skip to content

Update PR and Release Docs #37

Update PR and Release Docs

Update PR and Release Docs #37

Workflow file for this run

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