diff options
author | Juanjie Xi <strangemk3@gmail.com> | 2023-05-29 15:42:00 +0900 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-09 08:33:07 +0100 |
commit | 417e0ea64a1f1f7ee56e598aee501e33fdc95fb9 (patch) | |
tree | ff78a31ce298202381ad8033e848c8f49b2140e6 /app-i18n | |
parent | media-plugins/grilo-plugins: Stabilize 0.3.16 arm64, #907626 (diff) | |
download | gentoo-417e0ea64a1f1f7ee56e598aee501e33fdc95fb9.tar.gz gentoo-417e0ea64a1f1f7ee56e598aee501e33fdc95fb9.tar.bz2 gentoo-417e0ea64a1f1f7ee56e598aee501e33fdc95fb9.zip |
app-i18n/mozc: enable py3.11
Closes: https://bugs.gentoo.org/896558
Signed-off-by: Juanjie Xi <strangemk3@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31206
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild index 263f8861cfa9..e787f078abac 100644 --- a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild +++ b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit elisp-common multiprocessing python-any-r1 toolchain-funcs |