diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:09:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:37 +0200 |
commit | 1636307c36e5181f028d1ed4002a9d8e9ce9a447 (patch) | |
tree | 7e77bcf9390cd89e7f25ddabd642928ee7f88deb /dev-python/pytest-fixture-config | |
parent | dev-python/mock: Enable py3.7 (diff) | |
download | gentoo-1636307c36e5181f028d1ed4002a9d8e9ce9a447.tar.gz gentoo-1636307c36e5181f028d1ed4002a9d8e9ce9a447.tar.bz2 gentoo-1636307c36e5181f028d1ed4002a9d8e9ce9a447.zip |
dev-python/pytest-fixture-config: Enable py3.7
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r-- | dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild index b8031b9b891a..5bfbff283eaa 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-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 |