commit: 0e0423a553ece987d3d66fa4cbbbf6140db4d4b1 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue May 23 20:12:04 2023 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Tue May 23 20:12:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e0423a5
app-text/lizard: enable py3.11 and disable py3.10 Closes: https://bugs.gentoo.org/897378 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> 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 157fe5111..5ac75fd3d 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