www-client/seamonkey: disable py3.9

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-05-06 14:39:10 +01:00
parent 8c36c7056a
commit ba0e39eaa2

View File

@@ -5,7 +5,7 @@ EAPI=8
WANT_AUTOCONF="2.1"
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
# This list can be updated with scripts/get_langs.sh from the mozilla overlay