diff options
author | Sam James <sam@gentoo.org> | 2024-10-21 11:02:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-21 11:03:04 +0100 |
commit | d611b7aab83fb504a884df99b4faea16e399c962 (patch) | |
tree | 4406aff896a8cdaa63dc8dec0df9ec3ca779df37 /app-emulation | |
parent | sys-apps/azure-vm-utils: Bump to 0.4.0, drop old 0.3.0 (diff) | |
download | gentoo-d611b7aab83fb504a884df99b4faea16e399c962.tar.gz gentoo-d611b7aab83fb504a884df99b4faea16e399c962.tar.bz2 gentoo-d611b7aab83fb504a884df99b4faea16e399c962.zip |
app-emulation/spice: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/spice-0.15.2.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/spice/spice-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spice/spice-0.15.2.ebuild b/app-emulation/spice/spice-0.15.2.ebuild index 69caa30dafc1..f39d4625f7a7 100644 --- a/app-emulation/spice/spice-0.15.2.ebuild +++ b/app-emulation/spice/spice-0.15.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild index 22dfed00d335..8e16f62ca590 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" |