diff --git a/dev-python/mrcfile/mrcfile-1.5.4.ebuild b/dev-python/mrcfile/mrcfile-1.5.4.ebuild index edc5e616cc9ca..da9632cb282f3 100644 --- a/dev-python/mrcfile/mrcfile-1.5.4.ebuild +++ b/dev-python/mrcfile/mrcfile-1.5.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1