summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:09:40 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:17:12 +0200
commitcc4188cc3a13ba78750ef62378f22c1d28876357 (patch)
tree11bedd6a38a6906bd0fd01ceb5ef390afffc03c0 /dev-python/jsmin
parentdev-python/jinja2_pluralize: Enable py3.10 (diff)
downloadgentoo-cc4188cc3a13ba78750ef62378f22c1d28876357.tar.gz
gentoo-cc4188cc3a13ba78750ef62378f22c1d28876357.tar.bz2
gentoo-cc4188cc3a13ba78750ef62378f22c1d28876357.zip
dev-python/jsmin: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsmin')
-rw-r--r--dev-python/jsmin/jsmin-2.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsmin/jsmin-2.2.2.ebuild b/dev-python/jsmin/jsmin-2.2.2.ebuild
index 716997406fe3..40f762f32efb 100644
--- a/dev-python/jsmin/jsmin-2.2.2.ebuild
+++ b/dev-python/jsmin/jsmin-2.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1