app-office/gnumeric: Add Python 3.10 compatibility

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2022-03-14 18:48:18 -07:00
parent d34c41daa7
commit efc8b6d067

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..10} )
inherit gnome.org libtool python-r1 xdg