diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-24 14:24:10 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-24 15:02:31 +0200 |
commit | 9a21dac5f589b6c52efa201b7160c93b6b9e6c76 (patch) | |
tree | 3af6f12657accf25ef3356ee6514e5e0b5680d74 /dev-python/jsmin | |
parent | dev-python/csscompressor: enable py3.11, pep517 (diff) | |
download | gentoo-9a21dac5f589b6c52efa201b7160c93b6b9e6c76.tar.gz gentoo-9a21dac5f589b6c52efa201b7160c93b6b9e6c76.tar.bz2 gentoo-9a21dac5f589b6c52efa201b7160c93b6b9e6c76.zip |
dev-python/jsmin: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/jsmin')
-rw-r--r-- | dev-python/jsmin/jsmin-3.0.1.ebuild | 2 |
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" |