Skip to content

Commit 3bc8816

Browse files
committed
run a test with stable abi
1 parent 09e98c7 commit 3bc8816

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181

8282
- os: ubuntu-24.04
8383
python: "3.12"
84+
abi: cp311
8485

8586
- os: ubuntu-24.04
8687
python: "3.13"
@@ -203,6 +204,11 @@ jobs:
203204
echo "PYZMQ_BACKEND=${{ matrix.backend }}" >> "$GITHUB_ENV"
204205
pip install cffi
205206
207+
- name: set stable ABI
208+
if: matrix.abi
209+
run: |
210+
echo "PIP_CONFIG_SETTINGS=wheel.py-api=${{ matrix.abi }}" >> "$GITHUB_ENV"
211+
206212
- name: install libzmq-dev
207213
if: matrix.zmq == 'head'
208214
run: |

0 commit comments

Comments
 (0)