diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-07 13:12:22 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-07 13:17:20 +0200 |
commit | 31066b1e7b3d15682d414576fd8f5758769b2ba2 (patch) | |
tree | a2cca079a8677a629969d7aa6a4109806f3673f5 /dev-python/expects | |
parent | dev-python/doublex-expects: enable py3.10 (diff) | |
download | gentoo-31066b1e7b3d15682d414576fd8f5758769b2ba2.tar.gz gentoo-31066b1e7b3d15682d414576fd8f5758769b2ba2.tar.bz2 gentoo-31066b1e7b3d15682d414576fd8f5758769b2ba2.zip |
dev-python/expects: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/expects')
-rw-r--r-- | dev-python/expects/expects-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/expects/expects-0.9.0.ebuild b/dev-python/expects/expects-0.9.0.ebuild index 6449842ca758..5cb1c543d8eb 100644 --- a/dev-python/expects/expects-0.9.0.ebuild +++ b/dev-python/expects/expects-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |