From 53ab54c0f8003840227fa4351edfe3fc11412818 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 29 Oct 2022 13:04:43 -0400 Subject: app-misc/bijiben: Add Python 3.11 compatibility Signed-off-by: Matt Turner --- app-misc/bijiben/bijiben-40.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/bijiben/bijiben-40.1.ebuild b/app-misc/bijiben/bijiben-40.1.ebuild index 53f12fc62f75..0756c1deabdc 100644 --- a/app-misc/bijiben/bijiben-40.1.ebuild +++ b/app-misc/bijiben/bijiben-40.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome.org gnome2-utils meson python-any-r1 xdg DESCRIPTION="Note editor designed to remain simple to use" -- cgit v1.2.3-65-gdbad