diff options
author | 2017-05-16 15:15:40 +0200 | |
---|---|---|
committer | 2017-05-16 15:15:40 +0200 | |
commit | 66b502c2c53ba62667c669f2366b5afebedc2820 (patch) | |
tree | 31bd8a108a704bb5fe7e0441a98c5fe5ee8b2db9 /dev-python/nose-testconfig | |
parent | dev-python/responses: Add python3_6 (diff) | |
download | gentoo-66b502c2c53ba62667c669f2366b5afebedc2820.tar.gz gentoo-66b502c2c53ba62667c669f2366b5afebedc2820.tar.bz2 gentoo-66b502c2c53ba62667c669f2366b5afebedc2820.zip |
dev-python/nose-testconfig: Add python3_{5,6}
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/nose-testconfig')
-rw-r--r-- | dev-python/nose-testconfig/nose-testconfig-0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild b/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild index ddf3b65a3537..14fa44305e2a 100644 --- a/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild +++ b/dev-python/nose-testconfig/nose-testconfig-0.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |