diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-20 16:42:13 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-08 21:15:16 +0200 |
commit | 27ebd02d740901e1ef06bc0409666fb5fcc524ed (patch) | |
tree | e15d3bc81caaaffa2df4e42e5cfab15c430fffc5 /dev-python/PyQt5 | |
parent | dev-python/PyQt5-sip: add 12.10.1, enable py3.11 (diff) | |
download | gentoo-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/PyQt5')
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.15.6.ebuild | 2 |
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" |