summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-10-21 22:09:28 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2025-10-21 22:10:52 +0300
commit243fca6105741f370968a6cb27c5ab7bfa781f7c (patch)
tree5c81969943f47356b12533807668aa6a9ca2d6f9 /dev-python
parentbba5c918ff7ee2e10af6e2ae7b6714c43e15a531 (diff)
downloadgentoo-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.ebuild4
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