summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-20 16:42:13 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-06-08 21:15:16 +0200
commit27ebd02d740901e1ef06bc0409666fb5fcc524ed (patch)
treee15d3bc81caaaffa2df4e42e5cfab15c430fffc5 /dev-python
parentdev-python/PyQt5-sip: add 12.10.1, enable py3.11 (diff)
downloadgentoo-27ebd02d740901e1ef06bc0409666fb5fcc524ed.tar.gz
gentoo-27ebd02d740901e1ef06bc0409666fb5fcc524ed.tar.bz2
gentoo-27ebd02d740901e1ef06bc0409666fb5fcc524ed.zip
dev-python/PyQt5: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyQt5/PyQt5-5.15.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.15.6.ebuild b/dev-python/PyQt5/PyQt5-5.15.6.ebuild
index 4a449460b3c8..f0138e797269 100644
--- a/dev-python/PyQt5/PyQt5-5.15.6.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.15.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit python-r1 qmake-utils
DESCRIPTION="Python bindings for the Qt framework"