We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e98c7 commit 39f9ed4Copy full SHA for 39f9ed4
.github/workflows/test.yml
@@ -81,6 +81,7 @@ jobs:
81
82
- os: ubuntu-24.04
83
python: "3.12"
84
+ abi: cp311
85
86
87
python: "3.13"
@@ -203,6 +204,11 @@ jobs:
203
204
echo "PYZMQ_BACKEND=${{ matrix.backend }}" >> "$GITHUB_ENV"
205
pip install cffi
206
207
+ - name: set stable ABI
208
+ if: matrix.abi
209
+ run: |
210
+ echo "PIP_CONFIG_SETTINGS=wheel.py-api=${{ matrix.backend }}" >> "$GITHUB_ENV"
211
+
212
- name: install libzmq-dev
213
if: matrix.zmq == 'head'
214
run: |
0 commit comments