diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-07-12 17:49:50 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-07-12 18:19:16 -0400 |
commit | 3857516eeb5194a6546e9b6b572746d78b5264ef (patch) | |
tree | 058d6a171e152ace3a84bba3117f5530ffd3b81e /www-client/qutebrowser/qutebrowser-9999.ebuild | |
parent | sci-mathematics/cadabra: drop old 2.3.8 (diff) | |
download | gentoo-3857516eeb5194a6546e9b6b572746d78b5264ef.tar.gz gentoo-3857516eeb5194a6546e9b6b572746d78b5264ef.tar.bz2 gentoo-3857516eeb5194a6546e9b6b572746d78b5264ef.zip |
www-client/qutebrowser: enable py3.11 again
No known issues with >=python-3.11.0_beta4 (randomly crash with beta3).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'www-client/qutebrowser/qutebrowser-9999.ebuild')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 8e1dcf48ee29..5fbedd8a8bf8 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.11: wait for https://github.com/python/cpython/issues/93252 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 optfeature xdg if [[ ${PV} == 9999 ]]; then |