diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-17 15:32:12 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-17 15:39:39 +0200 |
commit | d4679e222316f0f57b982fac391431e3026a89c8 (patch) | |
tree | 1ea2e98b78a1f730e64f8648d0180b50e20aa9e0 /dev-python | |
parent | dev-python/unidecode: enable py3.13 (diff) | |
download | gentoo-d4679e222316f0f57b982fac391431e3026a89c8.tar.gz gentoo-d4679e222316f0f57b982fac391431e3026a89c8.tar.bz2 gentoo-d4679e222316f0f57b982fac391431e3026a89c8.zip |
dev-python/lesscpy: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lesscpy/lesscpy-0.15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lesscpy/lesscpy-0.15.1.ebuild b/dev-python/lesscpy/lesscpy-0.15.1.ebuild index 8f8d8abf760a..c44dfd14643f 100644 --- a/dev-python/lesscpy/lesscpy-0.15.1.ebuild +++ b/dev-python/lesscpy/lesscpy-0.15.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |