diff --git a/dev-python/PyGLM/PyGLM-2.5.7.ebuild b/dev-python/PyGLM/PyGLM-2.7.0.ebuild similarity index 89% rename from dev-python/PyGLM/PyGLM-2.5.7.ebuild rename to dev-python/PyGLM/PyGLM-2.7.0.ebuild index e004d73..a3ab8d8 100644 --- a/dev-python/PyGLM/PyGLM-2.5.7.ebuild +++ b/dev-python/PyGLM/PyGLM-2.7.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit distutils-r1