diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cef27f9..c484bc6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,10 +25,12 @@ jobs: - name: Install tox run: pip install tox - - name: Run tox + - name: Run tox 3.9 if: ${{ matrix.python-version }} == "3.9" env: TOXENV: py39 + + - name Run tox 3.10 if: ${{ matrix.python-version }} == "3.9" env: TOXENV: py310