diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 2bcbc13ae..92a9720a8 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -12,15 +12,8 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.1"] - exclude: - - os: macos-latest - python-version: "3.10" - - os: macos-latest - python-version: "3.11.0-rc.1" - - os: windows-latest - python-version: "3.11.0-rc.1" + os: [macos-latest] + python-version: ["3.10.0", "3.10.3", "3.10.7"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3