diff --git a/dev-python/backrefs/backrefs-5.5.ebuild b/dev-python/backrefs/backrefs-5.5.ebuild index ce61ff14c7c9b..c388a3ef35bc3 100644 --- a/dev-python/backrefs/backrefs-5.5.ebuild +++ b/dev-python/backrefs/backrefs-5.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1