dev-python/pygments-promql: bump to python3.10

Bug: https://bugs.gentoo.org/848270
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
This commit is contained in:
Mathieu Tortuyaux
2022-05-29 22:44:35 +02:00
parent 32db6dd5ff
commit 6b7193cbf7

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_9 )
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="A PromQL lexer for Pygments"