diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index a49568b..e41a52e 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -50,7 +50,7 @@ jobs: fail-fast: false matrix: platform: [windows-latest, macos-latest, ubuntu-latest] - python-version: ["3.7", "3.12"] + python-version: ["3.7", "3.11"] #, 3.12 runs-on: ${{ matrix.platform }} diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8329214..59dcf03 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -169,7 +169,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] + python-version: [ '3.8', '3.9', '3.10', '3.11' ] #, '3.12' ] steps: - uses: actions/checkout@v4