From 372dd68cf6ba4aa322f80683f3fd98a8ac044c05 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:43:39 +0200 Subject: [PATCH] docs: working examples: pyzmq no longer uses CircleCI (#2620) pyzmq no longer uses CircleCI https://github.com/zeromq/pyzmq/commit/014bc3eefc8bb1f883bacc9392966022de62be30 --- docs/data/projects.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index b365de8c..b6144d74 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -172,13 +172,13 @@ - name: pyzmq gh: zeromq/pyzmq - ci: [github, circleci] + ci: [github] os: [windows, apple, linux] ci_config: .github/workflows/wheels.yml notes: | Python bindings for zeromq, the networking library. Uses Cython on CPython and CFFI on PyPy. - ARM wheels for linux are built natively on CircleCI. + ARM wheels for linux are built natively on GitHub Actions. - name: python-rapidjson gh: python-rapidjson/python-rapidjson