diff options
author | Sam James <sam@gentoo.org> | 2021-02-27 21:16:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 21:39:19 +0000 |
commit | 18911af5f29ed237f1615193d3b7f921f3ee4632 (patch) | |
tree | 4bacf678a7f508ee29523bff3b974da496ca1bc0 /dev-python/whichcraft | |
parent | dev-python/webassets: add Python 3.9 (diff) | |
download | gentoo-18911af5f29ed237f1615193d3b7f921f3ee4632.tar.gz gentoo-18911af5f29ed237f1615193d3b7f921f3ee4632.tar.bz2 gentoo-18911af5f29ed237f1615193d3b7f921f3ee4632.zip |
dev-python/whichcraft: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/whichcraft')
-rw-r--r-- | dev-python/whichcraft/whichcraft-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/whichcraft/whichcraft-0.6.1.ebuild b/dev-python/whichcraft/whichcraft-0.6.1.ebuild index 3d2307f84141..b2ec3df20692 100644 --- a/dev-python/whichcraft/whichcraft-0.6.1.ebuild +++ b/dev-python/whichcraft/whichcraft-0.6.1.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 |