Skip to content

Commit

Permalink
macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlKCarlK committed Jun 3, 2024
1 parent 1586ca8 commit a6a04a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ 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

- 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit a6a04a9

Please sign in to comment.