diff --git a/dev-python/dublintraceroute/dublintraceroute-0.4.2.ebuild b/dev-python/dublintraceroute/dublintraceroute-0.4.2.ebuild index d448ef7..83c7e0e 100644 --- a/dev-python/dublintraceroute/dublintraceroute-0.4.2.ebuild +++ b/dev-python/dublintraceroute/dublintraceroute-0.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 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 DESCRIPTION="Python bindings for Dublin Traceroute"