diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-07-23 09:48:53 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-07-23 09:51:10 -0500 |
commit | 579e7d28dfd711713cdd9d591e6d4958ac5adfad (patch) | |
tree | bed9652c0cf69c4bc92a6a7c3f82437afe9aa4be /dev-python/PyECLib | |
parent | dev-python/eventlet: 0.25.0 bump (diff) | |
download | gentoo-579e7d28dfd711713cdd9d591e6d4958ac5adfad.tar.gz gentoo-579e7d28dfd711713cdd9d591e6d4958ac5adfad.tar.bz2 gentoo-579e7d28dfd711713cdd9d591e6d4958ac5adfad.zip |
dev-python/PyECLib: mark as supporting py36/37
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/PyECLib')
-rw-r--r-- | dev-python/PyECLib/PyECLib-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild b/dev-python/PyECLib/PyECLib-1.6.0.ebuild index ff9c7e770524..60a5e0b57290 100644 --- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild +++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 eutils multilib |