app-admin/gentoo_update: disable py3.9

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2023-06-13 00:15:36 +02:00
parent 3d14a319be
commit ffd6151df1

View File

@@ -3,7 +3,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9,10,11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1