diff --git a/.github/workflows/build_and_upload_wheels.yml b/.github/workflows/deploy.yml similarity index 100% rename from .github/workflows/build_and_upload_wheels.yml rename to .github/workflows/deploy.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e632d0546..69b5d5b64 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,8 +10,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-20.04, macos-latest] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + os: [ubuntu-20.04, macos-13, macos-14, windows-latest] steps: - uses: actions/checkout@v3