]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - python/Makefile
Python: Drop support for Python 3.7
[thirdparty/qemu.git] / python / Makefile
index 7c70dcc8d144f50c0ae7eeeff7108bedd7fcb6e7..1fa4ba2498e6bebe179c8df13bd02aa2a46eef0a 100644 (file)
@@ -9,13 +9,13 @@ help:
        @echo "make check-minreqs:"
        @echo "    Run tests in the minreqs virtual environment."
        @echo "    These tests use the oldest dependencies."
-       @echo "    Requires: Python 3.7"
-       @echo "    Hint (Fedora): 'sudo dnf install python3.7'"
+       @echo "    Requires: Python 3.8"
+       @echo "    Hint (Fedora): 'sudo dnf install python3.8'"
        @echo ""
        @echo "make check-tox:"
        @echo "    Run tests against multiple python versions."
        @echo "    These tests use the newest dependencies."
-       @echo "    Requires: Python 3.7 - 3.11, and tox."
+       @echo "    Requires: Python 3.8 - 3.11, and tox."
        @echo "    Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
        @echo "    The variable QEMU_TOX_EXTRA_ARGS can be use to pass extra"
        @echo "    arguments to tox".
@@ -59,7 +59,7 @@ PIP_INSTALL = pip install --disable-pip-version-check
 min-venv: $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate
 $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt
        @echo "VENV $(QEMU_MINVENV_DIR)"
-       @python3.7 -m venv $(QEMU_MINVENV_DIR)
+       @python3.8 -m venv $(QEMU_MINVENV_DIR)
        @(                                                              \
                echo "ACTIVATE $(QEMU_MINVENV_DIR)";                    \
                . $(QEMU_MINVENV_DIR)/bin/activate;                     \