diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-07 01:17:25 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-07 01:17:25 +0200 |
commit | d48eee3358568401b1f207ef461bae5d6841657f (patch) | |
tree | e2ecc5991264bfd20f68daafffc253fd49a306a1 /dev-python/chump | |
parent | dev-python/pushbullet-py: enable py3.10 (diff) | |
download | gentoo-d48eee3358568401b1f207ef461bae5d6841657f.tar.gz gentoo-d48eee3358568401b1f207ef461bae5d6841657f.tar.bz2 gentoo-d48eee3358568401b1f207ef461bae5d6841657f.zip |
dev-python/chump: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/chump')
-rw-r--r-- | dev-python/chump/chump-1.6.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/chump/chump-1.6.0-r1.ebuild b/dev-python/chump/chump-1.6.0-r1.ebuild index 6246b854b46c..81de5ce4916a 100644 --- a/dev-python/chump/chump-1.6.0-r1.ebuild +++ b/dev-python/chump/chump-1.6.0-r1.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=( pypy3 python3_{7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 |