Skip to content

Remove upper pin restriction on the package #26

Remove upper pin restriction on the package

Remove upper pin restriction on the package #26

Workflow file for this run

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