commit: 9a21556bea637355c95835389c45913eeb096186 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Nov 13 09:25:03 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Nov 13 10:03:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a21556b
www-client/qutebrowser: enable py3.13 Looking upstream, the only issue left is with some specific tests that we're not running and the failure does not indicate a runtime problem (it's the test itself that has random issues). Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> www-client/qutebrowser/qutebrowser-3.3.1.ebuild | 3 +-- www-client/qutebrowser/qutebrowser-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-3.3.1.ebuild b/www-client/qutebrowser/qutebrowser-3.3.1.ebuild index a85b85cd0134..1d911c045fd6 100644 --- a/www-client/qutebrowser/qutebrowser-3.3.1.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.3.1.ebuild @@ -5,8 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -# py3.13: https://github.com/qutebrowser/qutebrowser/issues/8205 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) 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 a87823fd9125..d932315edb83 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -5,8 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -# py3.13: https://github.com/qutebrowser/qutebrowser/issues/8205 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 xdg if [[ ${PV} == 9999 ]]; then