diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2023-04-02 22:23:05 -0700 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-04-05 07:55:27 +0100 |
commit | 5992ac3491d93cd58dcda9d17c621c2cc1aaadf7 (patch) | |
tree | 4e1791226cb570c4b57bacc7ad39a05358848029 /app-text | |
parent | app-misc/terminal-colors: drop 2.3 (diff) | |
download | gentoo-5992ac3491d93cd58dcda9d17c621c2cc1aaadf7.tar.gz gentoo-5992ac3491d93cd58dcda9d17c621c2cc1aaadf7.tar.bz2 gentoo-5992ac3491d93cd58dcda9d17c621c2cc1aaadf7.zip |
app-text/dblatex: enable py3.11
Bug: https://bugs.gentoo.org/896634
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/30452
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dblatex/dblatex-0.3.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12.ebuild index ba104ee9d005..5d96b015b1e6 100644 --- a/app-text/dblatex/dblatex-0.3.12.ebuild +++ b/app-text/dblatex/dblatex-0.3.12.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |