Tags: maxtaran2010/msgpack-python
Tags
release v1.2.1 (msgpack#698) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Wheels CI hangs for MacOS Intel (msgpack#689) - Fix wheels generation for MacOS Intel, which is hanging due to gha VM brownout: https://github.com/msgpack/msgpack-python/actions/runs/26874183762/job/79271522595 - Run tests on MacOS Intel and on Ubuntu ARM
do not install cython as build dependency (msgpack#610) User can not cythonize during `pip install msgpack`. So remove cython from build dependency. If user need to use another Cython, user should download sdist, unzip, manually cythonize, and `pip install .`.
PreviousNext