diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index b15ff11d2e..82bb478958 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -11,10 +11,10 @@ jobs: fail-fast: false matrix: python-version: - - '3.8' - '3.9' - '3.10' - '3.11' + - '3.12' runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -22,7 +22,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install dependencies - run: python -mpip install --upgrade wheel pytest tox + run: python -mpip install --upgrade wheel pytest tox setuptools - name: Get tox target id: toxtarget run: |