summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-24 14:24:10 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-24 15:02:31 +0200
commit9a21dac5f589b6c52efa201b7160c93b6b9e6c76 (patch)
tree3af6f12657accf25ef3356ee6514e5e0b5680d74
parentdev-python/csscompressor: enable py3.11, pep517 (diff)
downloadgentoo-9a21dac5f589b6c52efa201b7160c93b6b9e6c76.tar.gz
gentoo-9a21dac5f589b6c52efa201b7160c93b6b9e6c76.tar.bz2
gentoo-9a21dac5f589b6c52efa201b7160c93b6b9e6c76.zip
dev-python/jsmin: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/jsmin/jsmin-3.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsmin/jsmin-3.0.1.ebuild b/dev-python/jsmin/jsmin-3.0.1.ebuild
index 2007f662d697..7a815c37fcc4 100644
--- a/dev-python/jsmin/jsmin-3.0.1.ebuild
+++ b/dev-python/jsmin/jsmin-3.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="JavaScript minifier"