From 0e0423a553ece987d3d66fa4cbbbf6140db4d4b1 Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 23 May 2023 22:12:04 +0200 Subject: [PATCH] app-text/lizard: enable py3.11 and disable py3.10 Closes: https://bugs.gentoo.org/897378 Signed-off-by: David Roman --- app-text/lizard/lizard-1.17.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/lizard/lizard-1.17.10.ebuild b/app-text/lizard/lizard-1.17.10.ebuild index 157fe5111b..5ac75fd3d5 100644 --- a/app-text/lizard/lizard-1.17.10.ebuild +++ b/app-text/lizard/lizard-1.17.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1