dev-python/dirty-equals: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-04 15:09:40 +02:00
parent 941be356a4
commit 3cc2ea60d5

View File

@@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_FULLY_TESTED=( python3_{11..14} pypy3_11 )
PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" )
PYTHON_FULLY_TESTED=( python3_{12..14} )
PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_15 )
inherit distutils-r1
@@ -50,5 +50,5 @@ python_test() {
fi
local -x TZ=UTC
epytest "${args[@]}"
epytest
}