diff options
author | 2024-06-02 06:09:33 +0100 | |
---|---|---|
committer | 2024-06-02 06:11:36 +0100 | |
commit | 065537bce77f8e3abe509a1d8d6eb412a0807b15 (patch) | |
tree | 45efd49e32e924f4d6dcc1686455aa448c7d572a /app-emulation | |
parent | app-emulation/qemu-guest-agent: style tweaks (diff) | |
download | gentoo-065537bce77f8e3abe509a1d8d6eb412a0807b15.tar.gz gentoo-065537bce77f8e3abe509a1d8d6eb412a0807b15.tar.bz2 gentoo-065537bce77f8e3abe509a1d8d6eb412a0807b15.zip |
app-emulation/qemu-guest-agent: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/929310
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild index f93d4467939d..8edae8bf7044 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit edo systemd toolchain-funcs python-any-r1 udev |