diff options
author | 2018-07-14 22:09:23 +0200 | |
---|---|---|
committer | 2018-07-16 21:56:33 +0200 | |
commit | 6b28502e46a24a24336bc7e3d2109279e4f27cfa (patch) | |
tree | 01f28280a55ec406d60686a8c5f8ec6bf7089c93 /dev-python/attrs | |
parent | dev-python/zope-interface: Enable py3.7 (diff) | |
download | gentoo-6b28502e46a24a24336bc7e3d2109279e4f27cfa.tar.gz gentoo-6b28502e46a24a24336bc7e3d2109279e4f27cfa.tar.bz2 gentoo-6b28502e46a24a24336bc7e3d2109279e4f27cfa.zip |
dev-python/attrs: Enable py3.7
Diffstat (limited to 'dev-python/attrs')
-rw-r--r-- | dev-python/attrs/attrs-18.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/attrs/attrs-18.1.0.ebuild b/dev-python/attrs/attrs-18.1.0.ebuild index b9f32fe9dd4d..d7b72c150caf 100644 --- a/dev-python/attrs/attrs-18.1.0.ebuild +++ b/dev-python/attrs/attrs-18.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1 |