app-portage/elicense: Sync compatible python versions with sys-apps/portage

Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jan Vesely
2023-01-18 11:47:41 -05:00
committed by Sam James
parent 97da906eb7
commit bb25bee99a

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( pypy3 python3_{9..10} )
PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1
if [[ ${PV} == "9999" ]]; then