From 27ebd02d740901e1ef06bc0409666fb5fcc524ed Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 20 May 2022 16:42:13 +0200 Subject: dev-python/PyQt5: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/PyQt5/PyQt5-5.15.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/PyQt5') 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" -- cgit v1.2.3-65-gdbad