commit:     b54e8f195352304e9c6652e9df462c508c3cf819
Author:     Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
AuthorDate: Fri Mar  3 15:23:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 07:18:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54e8f19

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 <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/retext/retext-8.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

Reply via email to