diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-28 19:11:22 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-28 19:11:25 -0500 |
commit | ec71b0316d8309caf922cfcb9a2ea51bbef4698a (patch) | |
tree | e311f879f883c04910cfd852002b0416f97b811a /app-text | |
parent | profiles, 23.0: force new gcc useflags default-znow and default-stack-clash-p... (diff) | |
download | gentoo-ec71b0316d8309caf922cfcb9a2ea51bbef4698a.tar.gz gentoo-ec71b0316d8309caf922cfcb9a2ea51bbef4698a.tar.bz2 gentoo-ec71b0316d8309caf922cfcb9a2ea51bbef4698a.zip |
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/asciidoc/asciidoc-10.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |