diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d413d8a7a..23a93f84f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - py_ver: ["3.11", "3.12"] + py_ver: ["3.8", "3.9", "3.10", "3.11", "3.12"] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.py_ver }}