commit:     32cb42f03a2f84ca9690ceea0454d7731117e6f2
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 15:45:27 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 16:08:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cb42f0

www-client/qutebrowser: enable py3.12

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 www-client/qutebrowser/qutebrowser-3.0.0.ebuild | 5 +----
 www-client/qutebrowser/qutebrowser-9999.ebuild  | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/www-client/qutebrowser/qutebrowser-3.0.0.ebuild 
b/www-client/qutebrowser/qutebrowser-3.0.0.ebuild
index 51bd2ff8c4a4..d9a92b3f4c88 100644
--- a/www-client/qutebrowser/qutebrowser-3.0.0.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.0.0.ebuild
@@ -5,10 +5,7 @@ EAPI=8
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=setuptools
-# py3.12 should work (no tests regressions), but waiting on the last dep
-# (pytest-qt) to properly have py3.12 which gets more complicated with
-# QtPy + pyside* that we don't actually use here
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1 xdg
 
 if [[ ${PV} == 9999 ]]; then

diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild 
b/www-client/qutebrowser/qutebrowser-9999.ebuild
index 51bd2ff8c4a4..d9a92b3f4c88 100644
--- a/www-client/qutebrowser/qutebrowser-9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-9999.ebuild
@@ -5,10 +5,7 @@ EAPI=8
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=setuptools
-# py3.12 should work (no tests regressions), but waiting on the last dep
-# (pytest-qt) to properly have py3.12 which gets more complicated with
-# QtPy + pyside* that we don't actually use here
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1 xdg
 
 if [[ ${PV} == 9999 ]]; then

Reply via email to