aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2023-05-23 22:12:04 +0200
committerDavid Roman <davidroman96@gmail.com>2023-05-23 22:12:24 +0200
commit0e0423a553ece987d3d66fa4cbbbf6140db4d4b1 (patch)
tree4e510bf98fd3c6bb185f9332ea857deec6687590 /app-text
parentdev-python/pywebview: add github upstream metadata (diff)
downloadguru-0e0423a553ece987d3d66fa4cbbbf6140db4d4b1.tar.gz
guru-0e0423a553ece987d3d66fa4cbbbf6140db4d4b1.tar.bz2
guru-0e0423a553ece987d3d66fa4cbbbf6140db4d4b1.zip
app-text/lizard: enable py3.11 and disable py3.10
Closes: https://bugs.gentoo.org/897378 Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/lizard/lizard-1.17.10.ebuild4
1 files 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