dev-python/survey: disable py3.8

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-01-25 12:39:29 +02:00
parent d85ced7bd5
commit 4f31e6651f

View File

@@ -3,8 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A simple library for creating beautiful interactive prompts"