diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-08-09 19:46:06 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 22:41:26 +0200 |
commit | 6683885eab185d73bb4ae5fcc9631ce81b730531 (patch) | |
tree | 6ae6d399957240d19a18dcb06aec4dbdc94a3417 /app-text/recode | |
parent | dev-util/flawfinder: mark ALLARCHES (diff) | |
download | gentoo-6683885eab185d73bb4ae5fcc9631ce81b730531.tar.gz gentoo-6683885eab185d73bb4ae5fcc9631ce81b730531.tar.bz2 gentoo-6683885eab185d73bb4ae5fcc9631ce81b730531.zip |
app-text/recode: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/recode')
-rw-r--r-- | app-text/recode/recode-3.7.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/recode/recode-3.7.9.ebuild b/app-text/recode/recode-3.7.9.ebuild index 15bed5b9e88d..46f2745764b0 100644 --- a/app-text/recode/recode-3.7.9.ebuild +++ b/app-text/recode/recode-3.7.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic python-any-r1 toolchain-funcs |