diff --git a/.github/workflows/prototype-tests.yml b/.github/workflows/prototype-tests.yml index ff29168d9a7..bc9cb5402c4 100644 --- a/.github/workflows/prototype-tests.yml +++ b/.github/workflows/prototype-tests.yml @@ -7,6 +7,11 @@ jobs: prototype: strategy: matrix: + python-version: + - "3.7" + - "3.8" + - "3.9" + - "3.10" os: - ubuntu-latest - windows-latest @@ -19,7 +24,7 @@ jobs: - name: Set up python uses: actions/setup-python@v3 with: - python-version: 3.7 + python-version: ${{ matrix.python-version }} - name: Upgrade system packages run: python -m pip install --upgrade pip setuptools wheel