diff options
author | William Hubbs <williamh@gentoo.org> | 2020-01-26 13:35:55 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-01-26 13:35:55 -0600 |
commit | e9ac80ad50661777ae9015ef3cb93723706952cb (patch) | |
tree | d3b36a8ad5ae9880844838e60d3006c663be983b /dev-python/funcy | |
parent | dev-python/django-mptt: add python3_7 (diff) | |
download | gentoo-e9ac80ad50661777ae9015ef3cb93723706952cb.tar.gz gentoo-e9ac80ad50661777ae9015ef3cb93723706952cb.tar.bz2 gentoo-e9ac80ad50661777ae9015ef3cb93723706952cb.zip |
dev-python/funcy: add python3_7 (approved by tupone)
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/funcy')
-rw-r--r-- | dev-python/funcy/funcy-1.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild index 1f8ab7fb85b2..1223e2f48a5c 100644 --- a/dev-python/funcy/funcy-1.10.1.ebuild +++ b/dev-python/funcy/funcy-1.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="A collection of fancy functional tools focused on practicality" |