From 39f03c886ef9a8ff1b0c14d7635af1d6ab7c1e8d Mon Sep 17 00:00:00 2001 From: John Lindsay Date: Fri, 17 May 2024 14:54:04 -0400 Subject: [PATCH] Update build-wheels.yml --- .github/workflows/build-wheels.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 94284572..e2b34cab 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -13,21 +13,12 @@ jobs: matrix: # os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-20.04, windows-latest, macos-12, macOS-latest] - python-version: ['3.8'] + python-version: ['3.11'] steps: - name: Check out code uses: actions/checkout@v4 - # # Install Rust and Cargo - # - name: Install Rust - # uses: actions-rs/toolchain@v1 - # with: - # profile: minimal - # toolchain: stable - # override: true - - # Install Rust and Cargo - name: Install Rust uses: dtolnay/rust-toolchain@stable