diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 19:52:26 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 20:02:37 +0200 |
commit | 79fd62ab1c22d01adc2b14a4772a08a42ec57b6d (patch) | |
tree | 9802daa2aca13b0fd59f77de5b5ac65ba9ade259 /app-misc | |
parent | sci-libs/rtree: add 1.0.0 (diff) | |
download | gentoo-79fd62ab1c22d01adc2b14a4772a08a42ec57b6d.tar.gz gentoo-79fd62ab1c22d01adc2b14a4772a08a42ec57b6d.tar.bz2 gentoo-79fd62ab1c22d01adc2b14a4772a08a42ec57b6d.zip |
app-misc/bijiben: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/845486
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-misc')
-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 261b6eea5d78..53f12fc62f75 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_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome.org gnome2-utils meson python-any-r1 xdg DESCRIPTION="Note editor designed to remain simple to use" |