dev-python/objgraph: enable python3_14t

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-05-12 08:15:21 +01:00
parent af1a64f6d7
commit 5b5fb5e6e7
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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