File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 56
56
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "beta"}
57
57
- {VERSION: "3.13", NOXSESSION: "rust,tests", RUST: "nightly"}
58
58
- {VERSION: "3.13", NOXSESSION: "tests-rust-debug"}
59
+ - {VERSION: "3.13t", NOXSESSION: "local"}
59
60
timeout-minutes : 15
60
61
steps :
61
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -137,6 +138,13 @@ jobs:
137
138
NOXSESSION : ${{ matrix.PYTHON.NOXSESSION }}
138
139
# Needed until https://github.com/PyO3/pyo3/issues/5093
139
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
140
148
- name : Tests
141
149
run : |
142
150
nox --no-install -- --color=yes --wycheproof-root=wycheproof --x509-limbo-root=x509-limbo ${{ matrix.PYTHON.NOXARGS }}
You can’t perform that action at this time.
0 commit comments