diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 17:18:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-28 09:59:59 +0200 |
commit | 1f49fbe42e6def41260981fd420f2bbd471fa02b (patch) | |
tree | 01af6bb77ec33115764fb8e9be0e1884e2a0c706 /dev-python/virtualenv/virtualenv-16.7.10.ebuild | |
parent | dev-python/twine: Port to py39 (diff) | |
download | gentoo-1f49fbe42e6def41260981fd420f2bbd471fa02b.tar.gz gentoo-1f49fbe42e6def41260981fd420f2bbd471fa02b.tar.bz2 gentoo-1f49fbe42e6def41260981fd420f2bbd471fa02b.zip |
dev-python/virtualenv: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv/virtualenv-16.7.10.ebuild')
-rw-r--r-- | dev-python/virtualenv/virtualenv-16.7.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/virtualenv/virtualenv-16.7.10.ebuild b/dev-python/virtualenv/virtualenv-16.7.10.ebuild index 17e73c44a3fb..72bbf587452c 100644 --- a/dev-python/virtualenv/virtualenv-16.7.10.ebuild +++ b/dev-python/virtualenv/virtualenv-16.7.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 |