From 32cb42f03a2f84ca9690ceea0454d7731117e6f2 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 21 Aug 2023 11:45:27 -0400 Subject: www-client/qutebrowser: enable py3.12 Signed-off-by: Ionen Wolkens --- www-client/qutebrowser/qutebrowser-3.0.0.ebuild | 5 +---- www-client/qutebrowser/qutebrowser-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'www-client') 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 -- cgit v1.2.3-65-gdbad