dev-python/decopatch: enable py3.13

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-04-15 22:19:35 +09:00
parent 956f9c2f19
commit edf263cdd1

View File

@@ -1,9 +1,9 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
DOCS_BUILDER="mkdocs"
@@ -28,6 +28,11 @@ BDEPEND="
PATCHES=( "${FILESDIR}/${P}-python12.patch" )
EPYTEST_DESELECT=(
# fails with whitespace differences in python 3.13
tests/test_doc.py::test_doc_add_tag_function
)
distutils_enable_tests pytest
python_prepare_all() {