summaryrefslogtreecommitdiff
path: root/www-client
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-11-24 09:01:21 -0500
committerIonen Wolkens <ionen@gentoo.org>2025-11-24 09:01:21 -0500
commit460f6c1d36bcc07f5f96b5b9f1d323fdb8d35150 (patch)
tree1d469101e7cebff44b74d3d090cbe1c206f6b6fd /www-client
parentcce26fa35b28a5fe9364e7dd875dc839b9670c53 (diff)
downloadgentoo-460f6c1d36bcc07f5f96b5b9f1d323fdb8d35150.tar.gz
gentoo-460f6c1d36bcc07f5f96b5b9f1d323fdb8d35150.tar.bz2
gentoo-460f6c1d36bcc07f5f96b5b9f1d323fdb8d35150.zip
www-client/qutebrowser: enable py3.14
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/qutebrowser/qutebrowser-3.6.1-r1.ebuild2
-rw-r--r--www-client/qutebrowser/qutebrowser-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/qutebrowser/qutebrowser-3.6.1-r1.ebuild b/www-client/qutebrowser/qutebrowser-3.6.1-r1.ebuild
index 3e70ebcadf80..cb9fefa0d821 100644
--- a/www-client/qutebrowser/qutebrowser-3.6.1-r1.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.6.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
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 fab8ca55b077..ed2f3df45884 100644
--- a/www-client/qutebrowser/qutebrowser-9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 xdg
if [[ ${PV} == 9999 ]]; then