Skip to content

Commit c9c1f45

Browse files
committed
update QEMU Python version
1 parent 37a2fe1 commit c9c1f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/installation/qemu-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if check_tool_version $QEMU_VERSION; then
4747
git_checkout "qemu" "https://github.com/qemu/qemu" "$QEMU_VERSION"
4848
cd "$RISCV"/qemu
4949
# Create Python venv for QEMU dependencies
50-
uv venv --python '>=3.9'
50+
uv venv --python ">=$PYTHON_VERSION"
5151
uv pip install sphinx sphinx_rtd_theme pip setuptools
5252
# QEMU requires tomllib which is only available in Python 3.11+
5353
if ! python3 -c "import sys; sys.exit(0 if sys.version_info >= (3, 11) else 1)"; then

0 commit comments

Comments
 (0)