docs: working examples: pyzmq no longer uses CircleCI (#2620)

pyzmq no longer uses CircleCI

https://github.com/zeromq/pyzmq/commit/014bc3eefc8bb1f883bacc9392966022de62be30
This commit is contained in:
Michael R. Crusoe
2025-10-15 15:43:39 -04:00
committed by GitHub
parent cb5496943f
commit 372dd68cf6
+2 -2
View File
@@ -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