From 56f28650cda8833badfee8e48cb8aa925e9f614b Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sat, 7 Dec 2024 23:16:51 +0900 Subject: [PATCH] dev-python/pytest-relaxed: enable py3.13 Signed-off-by: Takuya Wakazono --- dev-python/pytest-relaxed/pytest-relaxed-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-relaxed/pytest-relaxed-2.0.2.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-2.0.2.ebuild index 01b85e71dd..370b182b2e 100644 --- a/dev-python/pytest-relaxed/pytest-relaxed-2.0.2.ebuild +++ b/dev-python/pytest-relaxed/pytest-relaxed-2.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Relaxed test discovery for pytest"