diff --git a/dev-python/btlewrap/btlewrap-0.1.1.ebuild b/dev-python/btlewrap/btlewrap-0.1.1.ebuild index cfd3318..f4430d6 100644 --- a/dev-python/btlewrap/btlewrap-0.1.1.ebuild +++ b/dev-python/btlewrap/btlewrap-0.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1