diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fc95f11..143e12fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: git -C mypy checkout $(cat mypy_commit) - name: Install cibuildwheel and pypyp run: | - pipx install cibuildwheel==2.16.5 + pipx install cibuildwheel==2.17.0 pipx install pypyp==1 - id: set-matrix run: | @@ -62,7 +62,7 @@ jobs: git clone https://github.com/python/mypy.git --recurse-submodules git -C mypy checkout $(cat mypy_commit) - - uses: pypa/cibuildwheel@v2.16.5 + - uses: pypa/cibuildwheel@v2.17.0 with: config-file: cibuildwheel.toml package-dir: mypy diff --git a/cibuildwheel.toml b/cibuildwheel.toml index 91a70dd9..765561e0 100644 --- a/cibuildwheel.toml +++ b/cibuildwheel.toml @@ -10,6 +10,9 @@ skip = [ "pp*", ] +# Python 3.8 can't be tested on macOS arm64 +test-skip = "cp38-macosx_arm64" + build-verbosity = 1 linux.before-all = [ diff --git a/mypy_commit b/mypy_commit index a49041a9..10515c9b 100644 --- a/mypy_commit +++ b/mypy_commit @@ -1 +1 @@ -e40935e5e0b55bee9379e35aa27216c3e0287b13 +80190101f68b52e960c22572ed6cc814de078b9c