Skip to content

Commit 91b7092

Browse files
committed
fixup variable
1 parent fddad3c commit 91b7092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def test_examples_emscripten(session: nox.Session):
286286
with tempfile.NamedTemporaryFile() as pyo3_config:
287287
pyo3_config.write(f"""\
288288
implementation=CPython
289-
version={PYTHON_VERSION}
289+
version={python_version}
290290
shared=true
291291
abi3=false
292292
pointer_width=32

0 commit comments

Comments
 (0)