net-voip/telepathy-salut: enable py3.10 and disable py3.7

Closes: https://bugs.gentoo.org/846179
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos 2022-05-20 20:57:54 +02:00
parent c210b695e6
commit 81a9fd51a3
No known key found for this signature in database
GPG Key ID: 7CB10C207FC07DBC
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1
DESCRIPTION="A link-local XMPP connection manager for Telepathy"