From 5b5fb5e6e736c0a488dce2516bd6b6f6c2e3b366 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 May 2025 08:15:21 +0100 Subject: [PATCH] dev-python/objgraph: enable python3_14t Signed-off-by: Sam James --- dev-python/objgraph/objgraph-3.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/objgraph/objgraph-3.6.2.ebuild b/dev-python/objgraph/objgraph-3.6.2.ebuild index 990b3b73fcc8b..f6a3844ab9110 100644 --- a/dev-python/objgraph/objgraph-3.6.2.ebuild +++ b/dev-python/objgraph/objgraph-3.6.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} python3_13t pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 ) inherit distutils-r1 pypi