diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-05-09 21:59:18 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-05-09 21:59:36 +0200 |
commit | 7cf3dd248aaaa34be11dc75e0cbc805222e71c3c (patch) | |
tree | 15864754e8da3a4b32402f5f3bfac7eddc4c65b0 /dev-python/blessed | |
parent | app-cdr/brasero: Merge changes with previous commit (diff) | |
download | gentoo-7cf3dd248aaaa34be11dc75e0cbc805222e71c3c.tar.gz gentoo-7cf3dd248aaaa34be11dc75e0cbc805222e71c3c.tar.bz2 gentoo-7cf3dd248aaaa34be11dc75e0cbc805222e71c3c.zip |
dev-python/blessed: Enable Python 3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/blessed')
-rw-r--r-- | dev-python/blessed/blessed-1.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/blessed/blessed-1.18.0.ebuild b/dev-python/blessed/blessed-1.18.0.ebuild index 4db2921df380..da2210a3cac7 100644 --- a/dev-python/blessed/blessed-1.18.0.ebuild +++ b/dev-python/blessed/blessed-1.18.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 |