diff --git a/dev-python/textx/textx-4.2.2.ebuild b/dev-python/textx/textx-4.2.2.ebuild index 26f8d25a2dd49..6914cc3702a9a 100644 --- a/dev-python/textx/textx-4.2.2.ebuild +++ b/dev-python/textx/textx-4.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1