From a6a04a98acc6967f9645178856ca19da83b6df21 Mon Sep 17 00:00:00 2001 From: Carl Kadie Date: Sun, 2 Jun 2024 19:01:41 -0700 Subject: [PATCH] macos-latest --- .github/workflows/build_wheels.yml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 8c27c6b..ff6e30a 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-13] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v3 @@ -45,7 +45,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.18.1 env: - CIBW_BUILD: "cp3{8,9,10,11,12}-*" + CIBW_BUILD: "cp3{9,10,11,12}-*" CIBW_SKIP: "*-win32 *-manylinux_i686 *aarch64 *ppc64le *s390x *universal2 *arm64" CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: cd / && pytest {package}/tests/test.py diff --git a/setup.py b/setup.py index 4f7b751..56ed945 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ site.ENABLE_USER_SITE = "--user" in sys.argv[1:] # Version number -version = "0.0.5b2" +version = "0.0.5b3" def readme():