net-mail/queue-repair: add python 3.10 support

Closes: https://bugs.gentoo.org/846152
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Rolf Eike Beer
2022-07-04 17:41:00 +02:00
committed by Sam James
parent e31b4bbd14
commit 98090035d5

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9,10} )
inherit python-single-r1