From 90f86a97564e8d4621bde5973275d1a5d25c1459 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 17 Jun 2022 09:52:37 +0300 Subject: dev-python/blessed: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/blessed/blessed-1.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/blessed/blessed-1.19.1.ebuild b/dev-python/blessed/blessed-1.19.1.ebuild index bae365cce1aa..237141e22f4b 100644 --- a/dev-python/blessed/blessed-1.19.1.ebuild +++ b/dev-python/blessed/blessed-1.19.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Library for making terminal apps using colors, keyboard input and positioning" -- cgit v1.2.3-65-gdbad