diff --git a/dev-python/xdg/xdg-5.0.2.ebuild b/dev-python/xdg/xdg-5.0.2.ebuild index b7d2813bd94cc..6f45c65fcd8c1 100644 --- a/dev-python/xdg/xdg-5.0.2.ebuild +++ b/dev-python/xdg/xdg-5.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Implementation of the XDG Base Directory Specification in Python"