diff --git a/dev-python/pathable/pathable-0.6.0.ebuild b/dev-python/pathable/pathable-0.6.0.ebuild index dcf77c0b7a8f8..cfb092758301c 100644 --- a/dev-python/pathable/pathable-0.6.0.ebuild +++ b/dev-python/pathable/pathable-0.6.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) +DISTUTILS_USE_PEP517=poetry-core +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1