diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-19 20:17:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-19 20:21:48 +0200 |
commit | 8fd90023376c26a25b27544e88c617d07e816703 (patch) | |
tree | a3e5cc2f18f371021cbdb869e62528c3646e9fb3 /dev-python/argh | |
parent | dev-python/iocapture: Enable python3.10 (diff) | |
download | gentoo-8fd90023376c26a25b27544e88c617d07e816703.tar.gz gentoo-8fd90023376c26a25b27544e88c617d07e816703.tar.bz2 gentoo-8fd90023376c26a25b27544e88c617d07e816703.zip |
dev-python/argh: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/argh')
-rw-r--r-- | dev-python/argh/argh-0.26.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/argh/argh-0.26.2-r2.ebuild b/dev-python/argh/argh-0.26.2-r2.ebuild index a03d846b58d6..d88ea1110581 100644 --- a/dev-python/argh/argh-0.26.2-r2.ebuild +++ b/dev-python/argh/argh-0.26.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |