diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-12-05 18:02:46 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-12-05 18:04:51 -0800 |
commit | 10d568cb77df7a7ac7cb4117be369f4e251d2940 (patch) | |
tree | 99bb0767d1132bde9e718f0e97d779b7674bc2bf /dev-python/virtualenv | |
parent | dev-python/sabyenc: make pkgcheck happy (diff) | |
download | gentoo-10d568cb77df7a7ac7cb4117be369f4e251d2940.tar.gz gentoo-10d568cb77df7a7ac7cb4117be369f4e251d2940.tar.bz2 gentoo-10d568cb77df7a7ac7cb4117be369f4e251d2940.zip |
dev-python/virtualenv-16.7.8: Add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/virtualenv-16.7.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/virtualenv/virtualenv-16.7.8.ebuild b/dev-python/virtualenv/virtualenv-16.7.8.ebuild index 5916c8f457ec..bb85f78d9a37 100644 --- a/dev-python/virtualenv/virtualenv-16.7.8.ebuild +++ b/dev-python/virtualenv/virtualenv-16.7.8.ebuild @@ -4,7 +4,7 @@ EAPI=7 # pypy{,3} dropped until test deps are tested/updated -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1 |