diff options
author | Philipp Rösner <rndxelement@protonmail.com> | 2023-03-03 16:23:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-04 07:18:07 +0000 |
commit | b54e8f195352304e9c6652e9df462c508c3cf819 (patch) | |
tree | 5a56fbfd2d3f241d147d7c9b93a5bbc994e0ab7b /app-editors/retext | |
parent | x11-apps/mesa-progs: Rebase live patch (diff) | |
download | gentoo-b54e8f195352304e9c6652e9df462c508c3cf819.tar.gz gentoo-b54e8f195352304e9c6652e9df462c508c3cf819.tar.bz2 gentoo-b54e8f195352304e9c6652e9df462c508c3cf819.zip |
app-editors/retext: enable py3.11 (8.0.0)
I tested basic functionalities with a few markdown documents.
ReText built with Python 3.11 seems to work well.
Closes: https://bugs.gentoo.org/896530
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/retext')
-rw-r--r-- | app-editors/retext/retext-8.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/retext/retext-8.0.0.ebuild b/app-editors/retext/retext-8.0.0.ebuild index 8ed93a38001b..ba2426848d96 100644 --- a/app-editors/retext/retext-8.0.0.ebuild +++ b/app-editors/retext/retext-8.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Please don't add pypy support before testing if it's actually supported. The # old compat matrix is no longer accessible as of 2021-02-13 but stated back # in 2020-07-05 that PyQt5 was explicitly not supported. -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature qmake-utils virtualx xdg |