commit: e006bdedb827805a7a876ec4cb55effd4aefc073
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:37:04 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:37:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e006bded
app-portage/kuroneko: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/kuroneko/kuroneko-0.1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
index 6d50f27d49e1..e350d7c77b2c 100644
--- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
+++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"