From ff381842cb046f65b82d9ea62ffbae4ea50aa27d Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 3 May 2023 10:12:21 -0500 Subject: dev-python/misaka: enable py3.11 Signed-off-by: Matthew Thode --- dev-python/misaka/misaka-2.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/misaka/misaka-2.1.1-r1.ebuild b/dev-python/misaka/misaka-2.1.1-r1.ebuild index a74258ab70ed..7a8f6b03444a 100644 --- a/dev-python/misaka/misaka-2.1.1-r1.ebuild +++ b/dev-python/misaka/misaka-2.1.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 -- cgit v1.2.3