summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 14:50:14 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 14:56:00 +0200
commit2e1c29512249fc4d5152f904dabfa8b98bdc99ef (patch)
tree0b452d74959aef1fb4bf8e0d7517642d0bbf4551 /dev-python/blessings
parentdev-python/babelfish: Enable py3.10 (diff)
downloadgentoo-2e1c29512249fc4d5152f904dabfa8b98bdc99ef.tar.gz
gentoo-2e1c29512249fc4d5152f904dabfa8b98bdc99ef.tar.bz2
gentoo-2e1c29512249fc4d5152f904dabfa8b98bdc99ef.zip
dev-python/blessings: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blessings')
-rw-r--r--dev-python/blessings/blessings-1.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/blessings/blessings-1.7-r1.ebuild b/dev-python/blessings/blessings-1.7-r1.ebuild
index 218d3a9a97a6..6b58627ad2dc 100644
--- a/dev-python/blessings/blessings-1.7-r1.ebuild
+++ b/dev-python/blessings/blessings-1.7-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..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
inherit distutils-r1