diff --git a/.github/workflows/bindings.python.yml b/.github/workflows/bindings.python.yml index e577583c..9a0e6ead 100644 --- a/.github/workflows/bindings.python.yml +++ b/.github/workflows/bindings.python.yml @@ -134,7 +134,7 @@ jobs: runs-on: macos-14 strategy: matrix: - pyver: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Setup Python