From 344d3e584520cead54ff8b830d372e7ad533134a Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 12 Oct 2022 09:23:43 +0200 Subject: [PATCH] pyzmq uses circleci for native arm builds --- docs/data/projects.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 5129dbb6..7033357b 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -172,11 +172,13 @@ - name: pyzmq gh: zeromq/pyzmq - ci: [github] + ci: [github, circleci] os: [windows, apple, linux] ci_config: .github/workflows/wheels.yml notes: | - Python bindings for zeromq, the networking library. Uses Cython and CFFI. + Python bindings for zeromq, the networking library. + Uses Cython on CPython and CFFI on PyPy. + ARM wheels for linux are built natively on CircleCI. - name: python-rapidjson gh: python-rapidjson/python-rapidjson