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 12f4b2d commit 8a2829fCopy full SHA for 8a2829f
.github/workflows/ci.yml
@@ -138,6 +138,13 @@ jobs:
138
NOXSESSION: ${{ matrix.PYTHON.NOXSESSION }}
139
# Needed until https://github.com/PyO3/pyo3/issues/5093
140
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
141
+ - name: override cffi version in free-threaded environment
142
+ if: matrix.PYTHON.VERSION == '3.13t'
143
+ # FIXME FIXME total hack
144
+ run: |
145
+ .nox/local/bin/python -m ensurepip
146
+ .nox/local/bin/python -m pip install git+https://github.com/colesbury/cffi@ft
147
+ echo "PYTHON_GIL=0" >> $GITHUB_ENV
148
- name: Tests
149
run: |
150
nox --no-install -- --color=yes --wycheproof-root=wycheproof --x509-limbo-root=x509-limbo ${{ matrix.PYTHON.NOXARGS }}
0 commit comments