diff --git a/dev-python/django-registration/django-registration-5.2.1.ebuild b/dev-python/django-registration/django-registration-5.2.1.ebuild index 8b84de11404eb..4d84e7dcb014b 100644 --- a/dev-python/django-registration/django-registration-5.2.1.ebuild +++ b/dev-python/django-registration/django-registration-5.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1