diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-20 15:11:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-20 15:12:03 +0200 |
commit | 7e2b3032ecb8b270509aa86e3a57c0d24b083631 (patch) | |
tree | 67e6ccfb6643a5d5f7ec06a1f2bfe07ff211ee5b /dev-python/lesscpy | |
parent | dev-python/jupyter-kernel-test: Remove old (diff) | |
download | gentoo-7e2b3032ecb8b270509aa86e3a57c0d24b083631.tar.gz gentoo-7e2b3032ecb8b270509aa86e3a57c0d24b083631.tar.bz2 gentoo-7e2b3032ecb8b270509aa86e3a57c0d24b083631.zip |
dev-python/lesscpy: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lesscpy')
-rw-r--r-- | dev-python/lesscpy/lesscpy-0.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lesscpy/lesscpy-0.15.1.ebuild b/dev-python/lesscpy/lesscpy-0.15.1.ebuild index 8a612b4db3c4..8f8d8abf760a 100644 --- a/dev-python/lesscpy/lesscpy-0.15.1.ebuild +++ b/dev-python/lesscpy/lesscpy-0.15.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |