diff options
author | 2021-06-23 23:12:45 +0200 | |
---|---|---|
committer | 2021-06-23 23:17:12 +0200 | |
commit | d7c3a3e392160bb3156958f4ae4b1f7a3a91a77c (patch) | |
tree | 038f192d6ea3b5c27fb724818e34405af862c7c2 /dev-python/process-tests | |
parent | dev-python/fields: Enable py3.10 (diff) | |
download | gentoo-d7c3a3e392160bb3156958f4ae4b1f7a3a91a77c.tar.gz gentoo-d7c3a3e392160bb3156958f4ae4b1f7a3a91a77c.tar.bz2 gentoo-d7c3a3e392160bb3156958f4ae4b1f7a3a91a77c.zip |
dev-python/process-tests: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/process-tests')
-rw-r--r-- | dev-python/process-tests/process-tests-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/process-tests/process-tests-2.1.2.ebuild b/dev-python/process-tests/process-tests-2.1.2.ebuild index 4e4cc28e2b28..92c17194aa17 100644 --- a/dev-python/process-tests/process-tests-2.1.2.ebuild +++ b/dev-python/process-tests/process-tests-2.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 |