app-portage/gentle: enable py3.14

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/194
Merges: https://codeberg.org/gentoo/gentoo/pulls/194
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-03-02 20:05:26 +05:00
committed by Sam James
parent 9d526ab54c
commit 3cb05256f1
+4 -2
View File
@@ -1,9 +1,9 @@
# Copyright 2023-2025 Gentoo Authors
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=flit
PYPI_PN="gentle-mxml"
inherit distutils-r1 optfeature pypi
@@ -35,6 +35,8 @@ BDEPEND="
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs \