diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-10-21 22:09:28 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-10-21 22:10:52 +0300 |
| commit | 243fca6105741f370968a6cb27c5ab7bfa781f7c (patch) | |
| tree | 5c81969943f47356b12533807668aa6a9ca2d6f9 /dev-python | |
| parent | bba5c918ff7ee2e10af6e2ae7b6714c43e15a531 (diff) | |
| download | gentoo-243fca6105741f370968a6cb27c5ab7bfa781f7c.tar.gz gentoo-243fca6105741f370968a6cb27c5ab7bfa781f7c.tar.bz2 gentoo-243fca6105741f370968a6cb27c5ab7bfa781f7c.zip | |
dev-python/restructuredtext-lint: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild index fc428e9ea2ac..31b2b46a9c53 100644 --- a/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild +++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.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} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi |
