diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-02-23 00:23:52 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-02-23 00:50:30 -0500 |
commit | 06a5c488ab4dbd33882bbe15b063b4c119223a0e (patch) | |
tree | 66abf79f27f60620ba5d9a1cd2e3256f395b7c39 /dev-python/pluggy | |
parent | x11-proto/xproto: add m68k love (diff) | |
download | gentoo-06a5c488ab4dbd33882bbe15b063b4c119223a0e.tar.gz gentoo-06a5c488ab4dbd33882bbe15b063b4c119223a0e.tar.bz2 gentoo-06a5c488ab4dbd33882bbe15b063b4c119223a0e.zip |
dev-python/pluggy: add py36 support
Diffstat (limited to 'dev-python/pluggy')
-rw-r--r-- | dev-python/pluggy/pluggy-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pluggy/pluggy-0.4.0.ebuild b/dev-python/pluggy/pluggy-0.4.0.ebuild index 2db6f6e335e5..56268063302a 100644 --- a/dev-python/pluggy/pluggy-0.4.0.ebuild +++ b/dev-python/pluggy/pluggy-0.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) inherit distutils-r1 |