summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:11:37 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:17:16 +0200
commit302800a8fbc2ca874dc41a34e3dd714c34a5464d (patch)
treea19e0640d3e732e4b87d1260329f42f1a1bcbed1 /dev-python/jsonxs
parentdev-python/jsonref: Enable py3.10 (diff)
downloadgentoo-302800a8fbc2ca874dc41a34e3dd714c34a5464d.tar.gz
gentoo-302800a8fbc2ca874dc41a34e3dd714c34a5464d.tar.bz2
gentoo-302800a8fbc2ca874dc41a34e3dd714c34a5464d.zip
dev-python/jsonxs: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonxs')
-rw-r--r--dev-python/jsonxs/jsonxs-0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonxs/jsonxs-0.6.ebuild b/dev-python/jsonxs/jsonxs-0.6.ebuild
index 9eb4fa1dc91c..df1168c837b6 100644
--- a/dev-python/jsonxs/jsonxs-0.6.ebuild
+++ b/dev-python/jsonxs/jsonxs-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1