dev-python/pylatex: disable py3.7

Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25024
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
David Denoncin
2022-04-24 09:55:04 +02:00
committed by Joonas Niilola
parent 3586e009d5
commit 54a572e89b

View File

@@ -6,7 +6,7 @@ EAPI=8
MY_PN="PyLaTeX"
MY_P="${MY_PN}-${PV}"
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature