diff --git a/.github/workflows/macos_CI.yml b/.github/workflows/macos_CI.yml index a0d2fbe97..954149df7 100644 --- a/.github/workflows/macos_CI.yml +++ b/.github/workflows/macos_CI.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python: [ "3.11", "3.12", "3.13" ] + python: [ "3.12", "3.13" ] os: [ macos-14, macos-13 ] rust: [1.62.1] defaults: