diff options
author | 2017-02-10 18:42:26 -0800 | |
---|---|---|
committer | 2017-02-12 14:18:35 -0800 | |
commit | 464af627ac4f03fd46ada4ac6135a4b577808e7d (patch) | |
tree | 7cf88a17b9016e491850a29d740e30c17813d752 /dev-python/pytest-runner/pytest-runner-2.6.2.ebuild | |
parent | dev-python/mccabe: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-464af627ac4f03fd46ada4ac6135a4b577808e7d.tar.gz gentoo-464af627ac4f03fd46ada4ac6135a4b577808e7d.tar.bz2 gentoo-464af627ac4f03fd46ada4ac6135a4b577808e7d.zip |
dev-python/pytest-runner: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pytest-runner/pytest-runner-2.6.2.ebuild')
-rw-r--r-- | dev-python/pytest-runner/pytest-runner-2.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild index 2aa3290a472f..1ef8cb1ed497 100644 --- a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild +++ b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |