Skip to content

Commit

Permalink
mypy: Update the build instruction to exclude broken Python 3.13 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 11, 2024
1 parent 165cb4d commit 755784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypi/projects/mypy/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ cd mypy_mypyc-wheels
$ git checkout ${RELEASE_TAG}
$ git clone https://github.com/python/mypy --recurse-submodules
$ git -C mypy checkout $(cat mypy_commit)
$ pipx run cibuildwheel --config=cibuildwheel.toml --platform=linux --archs=aarch64 mypy
$ CIBW_BUILD="cp310-* cp311-* cp312-*" pipx run cibuildwheel --config=cibuildwheel.toml --platform=linux --archs=aarch64 mypy
```

The build takes about *two hours* at an aarch64 Linux VM (with 16 GB RAM allocated) running on an Apple Silicon (M1, arm64) machine.
Expand Down

0 comments on commit 755784c

Please sign in to comment.