summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-31 07:55:56 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-31 08:26:09 +0200
commit66c2e9977354dab7482e2bb8f70e4791438295e8 (patch)
treeb39e7e834aba2d5c4b1590eb635c40e5088009e0 /dev-python/python-poppler-qt5
parentapp-i18n/ibus-anthy: enable py3.10 (diff)
downloadgentoo-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.ebuild2
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"