diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 16278ba7..3f1bc13e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: platform: [ ubuntu-latest, macos-latest ] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10"] runs-on: ${{ matrix.platform }} steps: