From dff4b2815faba1cb6757dc83b3d46cd7745820fc Mon Sep 17 00:00:00 2001 From: t0b3 Date: Fri, 17 Dec 2021 14:20:13 +0100 Subject: [PATCH] net-im/telepathy-mission-control: add python 3.10 Closes: https://bugs.gentoo.org/829462 Signed-off-by: t0b3 Closes: https://github.com/gentoo/gentoo/pull/23385 Signed-off-by: Matt Turner --- .../telepathy-mission-control-5.16.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild index 8befb67a258e2..c68b09c31f356 100644 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2 python-any-r1