diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index cb9a6ee4..927d751c 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true jobs: test: - name: Python ${{ matrix.python_version }} - ${{ matrix.os }} - ${{ matrix.arch }} + name: Python ${{ matrix.os }} - ${{ matrix.arch }} runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -20,10 +20,6 @@ jobs: - ubuntu-latest - macOS-latest - windows-latest - python_version: - - "3.9" - - "3.10" - - "3.11" arch: - x86 steps: