diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-22 16:33:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-22 18:40:55 +0200 |
commit | 6f1b584a384112cfd6f70d5e3e524a97764e383a (patch) | |
tree | d486dfefc13760cd2f55f4ae1eb1640ac0e44fd7 /dev-python/click-log | |
parent | dev-python/click-log: Enable the test suite (diff) | |
download | gentoo-6f1b584a384112cfd6f70d5e3e524a97764e383a.tar.gz gentoo-6f1b584a384112cfd6f70d5e3e524a97764e383a.tar.bz2 gentoo-6f1b584a384112cfd6f70d5e3e524a97764e383a.zip |
dev-python/click-log: Tested on py3.5 & py3.6
Diffstat (limited to 'dev-python/click-log')
-rw-r--r-- | dev-python/click-log/click-log-0.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/click-log/click-log-0.1.8.ebuild b/dev-python/click-log/click-log-0.1.8.ebuild index d49868d78ade..9aafa8433b1c 100644 --- a/dev-python/click-log/click-log-0.1.8.ebuild +++ b/dev-python/click-log/click-log-0.1.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |