diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild index fb211d0bc6..7c2b174504 100644 --- a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild +++ b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild @@ -1,9 +1,9 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1