diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-05 20:11:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-05 20:11:44 +0200 |
commit | 788186815954159999700e4e3f4a1d2c050be961 (patch) | |
tree | ed0145805769d6365a48c1f5602a5cb03a37f62c /dev-python/jaraco-envs | |
parent | dev-python/path-py: Enable python3.10 (diff) | |
download | gentoo-788186815954159999700e4e3f4a1d2c050be961.tar.gz gentoo-788186815954159999700e4e3f4a1d2c050be961.tar.bz2 gentoo-788186815954159999700e4e3f4a1d2c050be961.zip |
dev-python/jaraco-envs: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-envs')
-rw-r--r-- | dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild b/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild index 842b5036534d..ed0113b1859e 100644 --- a/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild +++ b/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 MY_P=${P/-/.} |