dev-python/python-caja: Update support for python 3_9, 3_10

Bug: https://bugs.gentoo.org/799668
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
This commit is contained in:
Adam Feldman
2021-08-01 20:01:30 -04:00
parent b57a21e636
commit f6c644c853

View File

@@ -4,7 +4,7 @@
EAPI=6
MATE_LA_PUNT="yes"
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} )
inherit mate python-single-r1