commit:     ec71b0316d8309caf922cfcb9a2ea51bbef4698a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 00:11:22 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 00:11:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec71b031

app-text/asciidoc: enable py3.11

Ebuild doesn't seem to run tests but upstream tests it with 3.11
and there's been no notable changes since this release.

Tried a few revdeps and seems fine too.

Closes: https://bugs.gentoo.org/883041
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-text/asciidoc/asciidoc-10.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/asciidoc/asciidoc-10.2.0.ebuild 
b/app-text/asciidoc/asciidoc-10.2.0.ebuild
index 9f376b493bd3..a202d21e35b6 100644
--- a/app-text/asciidoc/asciidoc-10.2.0.ebuild
+++ b/app-text/asciidoc/asciidoc-10.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 inherit distutils-r1 optfeature readme.gentoo-r1
 
 DESCRIPTION="A plain text human readable/writable document format"

Reply via email to