diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-31 07:55:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-31 08:26:09 +0200 |
commit | 66c2e9977354dab7482e2bb8f70e4791438295e8 (patch) | |
tree | b39e7e834aba2d5c4b1590eb635c40e5088009e0 /dev-python/python-poppler-qt5 | |
parent | app-i18n/ibus-anthy: enable py3.10 (diff) | |
download | gentoo-66c2e9977354dab7482e2bb8f70e4791438295e8.tar.gz gentoo-66c2e9977354dab7482e2bb8f70e4791438295e8.tar.bz2 gentoo-66c2e9977354dab7482e2bb8f70e4791438295e8.zip |
dev-python/python-poppler-qt5: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-poppler-qt5')
-rw-r--r-- | dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild index f4b01c824a5c..6e7ff364efe6 100644 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 qmake-utils DESCRIPTION="Python binding for libpoppler-qt5" |