diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-06-04 09:46:22 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-06-04 10:07:50 +0300 |
commit | 9a26e339968e5aa3512a717865e19999f4f413c8 (patch) | |
tree | 99803fea256ce8144e37ac6c9dcc432a7a25c7c8 /dev-libs/libvoikko | |
parent | dev-libs/efl: enable py3.11 (diff) | |
download | gentoo-9a26e339968e5aa3512a717865e19999f4f413c8.tar.gz gentoo-9a26e339968e5aa3512a717865e19999f4f413c8.tar.bz2 gentoo-9a26e339968e5aa3512a717865e19999f4f413c8.zip |
dev-libs/libvoikko: enable py3.11
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libvoikko')
-rw-r--r-- | dev-libs/libvoikko/libvoikko-4.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libvoikko/libvoikko-4.3.1.ebuild b/dev-libs/libvoikko/libvoikko-4.3.1.ebuild index 97d1bc96ddeb..e4791f9de050 100644 --- a/dev-libs/libvoikko/libvoikko-4.3.1.ebuild +++ b/dev-libs/libvoikko/libvoikko-4.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-r1 verify-sig |