diff --git a/dev-python/pybluez/pybluez-0.23.ebuild b/dev-python/pybluez/pybluez-0.23.ebuild index 2326d32493b12..f865c30c8ecd9 100644 --- a/dev-python/pybluez/pybluez-0.23.ebuild +++ b/dev-python/pybluez/pybluez-0.23.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 MY_P="PyBluez-${PV}"