diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-09 15:53:08 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-09 16:19:08 +0100 |
commit | 35d1896af026bcc48666a206ece52f07f2af38eb (patch) | |
tree | 8a0d9ddddfc4c6517747aafc7dada214c2ef393c /dev-python/virtualenv | |
parent | dev-python/pip: support python3_10, apart from tests (diff) | |
download | gentoo-35d1896af026bcc48666a206ece52f07f2af38eb.tar.gz gentoo-35d1896af026bcc48666a206ece52f07f2af38eb.tar.bz2 gentoo-35d1896af026bcc48666a206ece52f07f2af38eb.zip |
dev-python/virtualenv: support python3_10
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/virtualenv-20.4.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/virtualenv/virtualenv-20.4.7.ebuild b/dev-python/virtualenv/virtualenv-20.4.7.ebuild index b4dd5456eec6..bf01692c6690 100644 --- a/dev-python/virtualenv/virtualenv-20.4.7.ebuild +++ b/dev-python/virtualenv/virtualenv-20.4.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 |