diff options
author | 2018-07-14 22:10:19 +0200 | |
---|---|---|
committer | 2018-07-16 21:56:41 +0200 | |
commit | 0985fdf0f07f21d8683489dfc9a9ef89630ee517 (patch) | |
tree | f510083c5b1ddbe9a6183b5a266e85b39262ef35 /dev-python/pytest-shutil | |
parent | dev-python/execnet: Enable py3.7 (diff) | |
download | gentoo-0985fdf0f07f21d8683489dfc9a9ef89630ee517.tar.gz gentoo-0985fdf0f07f21d8683489dfc9a9ef89630ee517.tar.bz2 gentoo-0985fdf0f07f21d8683489dfc9a9ef89630ee517.zip |
dev-python/pytest-shutil: Enable py3.7
Diffstat (limited to 'dev-python/pytest-shutil')
-rw-r--r-- | dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild index b32bb9d1ca44..19306f8a7121 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1 |