summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:27:34 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:29:01 +0200
commit071976f23991860e36b741982432c8d7882c359d (patch)
tree7e38e82ff221343305b119b095eb7b5cb7cca06d
parentdev-python/unidecode: Enable py3.10 (diff)
downloadgentoo-071976f2.tar.gz
gentoo-071976f2.tar.bz2
gentoo-071976f2.zip
dev-python/ujson: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ujson/ujson-4.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ujson/ujson-4.0.2.ebuild b/dev-python/ujson/ujson-4.0.2.ebuild
index 555f2bbcce49..f7d4a69a2229 100644
--- a/dev-python/ujson/ujson-4.0.2.ebuild
+++ b/dev-python/ujson/ujson-4.0.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1