diff --git a/dev-python/wrapt/wrapt-2.2.2.ebuild b/dev-python/wrapt/wrapt-2.2.2.ebuild index df28a6545827c..e683309d8672e 100644 --- a/dev-python/wrapt/wrapt-2.2.2.ebuild +++ b/dev-python/wrapt/wrapt-2.2.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/GrahamDumpleton/wrapt -PYTHON_COMPAT=( python3_{12..15} ) +PYTHON_COMPAT=( python3_{12..15} python3_{14,15}t ) inherit distutils-r1 pypi