Skip to content

Add straightforward endianness implementation; accommodate all allowable string encodings #120

Add straightforward endianness implementation; accommodate all allowable string encodings

Add straightforward endianness implementation; accommodate all allowable string encodings #120

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"]
uses: ./.github/workflows/test-python-version.yml
with:
python-version: ${{ matrix.python-version }}