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 58
58
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "beta"}
59
59
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "nightly"}
60
60
- {VERSION: "3.12", NOXSESSION: "tests-rust-debug"}
61
+ - {VERSION: "3.13t", NOXSESSION: "local"}
61
62
timeout-minutes : 15
62
63
steps :
63
64
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -137,6 +138,13 @@ jobs:
137
138
nox -v --install-only
138
139
env :
139
140
NOXSESSION : ${{ matrix.PYTHON.NOXSESSION }}
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