diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:14:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:58 +0200 |
commit | dff3ab660477350c07be6e08caa5697615f62685 (patch) | |
tree | 4a5a868a6ac96b67e77297982092add4e13e087d /dev-python/testrepository | |
parent | dev-python/subunit: Enable py3.7 (diff) | |
download | gentoo-dff3ab660477350c07be6e08caa5697615f62685.tar.gz gentoo-dff3ab660477350c07be6e08caa5697615f62685.tar.bz2 gentoo-dff3ab660477350c07be6e08caa5697615f62685.zip |
dev-python/testrepository: Enable py3.7
Diffstat (limited to 'dev-python/testrepository')
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild index 2c7ffaca0ffe..43149204533a 100644 --- a/dev-python/testrepository/testrepository-0.0.20.ebuild +++ b/dev-python/testrepository/testrepository-0.0.20.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |