diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:04:43 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:57 -0400 |
commit | 53ab54c0f8003840227fa4351edfe3fc11412818 (patch) | |
tree | 00c8bffb8168c307ef63198177a41f50afd3b2d5 /app-misc/bijiben | |
parent | app-editors/gedit-plugins: Add Python 3.11 compatibility (diff) | |
download | gentoo-53ab54c0f8003840227fa4351edfe3fc11412818.tar.gz gentoo-53ab54c0f8003840227fa4351edfe3fc11412818.tar.bz2 gentoo-53ab54c0f8003840227fa4351edfe3fc11412818.zip |
app-misc/bijiben: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-misc/bijiben')
-rw-r--r-- | app-misc/bijiben/bijiben-40.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |