diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 281f877..e8c8b6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,14 @@ on: jobs: test: + strategy: + fail-fast: false + matrix: + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + runs-on: ubuntu-latest container: - image: docker.io/library/python:3.11-bookworm + image: "docker.io/library/python:${{ matrix.python-version }}-bookworm" # cgroupns needed to address the following error: # write /sys/fs/cgroup/cgroup.subtree_control: operation not supported options: --privileged --cgroupns=host