diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-27 21:23:42 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-27 21:57:28 +0100 |
| commit | bf46888f5f1578136192b2eff2c53f7cd930f9ec (patch) | |
| tree | 33bc5c76a33fc55009a0396ae056157c598644c4 /dev-python | |
| parent | 060fbc3202fde889b50d3415a5c803c6fa594fee (diff) | |
| download | gentoo-bf46888f5f1578136192b2eff2c53f7cd930f9ec.tar.gz gentoo-bf46888f5f1578136192b2eff2c53f7cd930f9ec.tar.bz2 gentoo-bf46888f5f1578136192b2eff2c53f7cd930f9ec.zip | |
dev-python/jsmin: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/jsmin/jsmin-3.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsmin/jsmin-3.0.1.ebuild b/dev-python/jsmin/jsmin-3.0.1.ebuild index 8e829c251042..cd3aaed0c010 100644 --- a/dev-python/jsmin/jsmin-3.0.1.ebuild +++ b/dev-python/jsmin/jsmin-3.0.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi DESCRIPTION="JavaScript minifier" |
