diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 20:53:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 21:04:24 +0200 |
commit | 57281a6793265be172e51bdf17bd9c109d53481e (patch) | |
tree | 89f1c309cf10708d0c9dae3a671d9128a26d3d93 /app-emulation | |
parent | dev-util/libabigail: Enable py3.9 & py3.10 (diff) | |
download | gentoo-57281a6793265be172e51bdf17bd9c109d53481e.tar.gz gentoo-57281a6793265be172e51bdf17bd9c109d53481e.tar.bz2 gentoo-57281a6793265be172e51bdf17bd9c109d53481e.zip |
app-emulation/qemu-guest-agent: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild index ade6439209c3..69eb43088388 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit systemd toolchain-funcs udev python-any-r1 |