diff options
author | Sam James <sam@gentoo.org> | 2021-02-27 20:42:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 20:57:48 +0000 |
commit | 0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8 (patch) | |
tree | 3930b8fd5b4aa7176fd2accfd492d8935049d90c /dev-python/urwidtrees | |
parent | mail-filter/afew: add tests (diff) | |
download | gentoo-0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8.tar.gz gentoo-0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8.tar.bz2 gentoo-0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8.zip |
dev-python/urwidtrees: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/urwidtrees')
-rw-r--r-- | dev-python/urwidtrees/urwidtrees-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild index 2062d498b688..b78d5b645888 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |