app-text/tldr: Enable python 3.11 and 3.12

Signed-off-by: Ankit Goel <ankitgoel616@gmail.com>
This commit is contained in:
Ankit Goel
2023-12-02 13:29:35 +00:00
parent 392e512abb
commit 3fec2d19df

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_10 pypy3 )
PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi