From 903482323679131907630e3b23e33ffacd0e6b23 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 20 Sep 2022 09:47:01 +0200 Subject: [PATCH] dev-python/bluepy: Drop support for python3_9 Signed-off-by: Nils Freydank --- dev-python/bluepy/bluepy-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bluepy/bluepy-1.3.0.ebuild b/dev-python/bluepy/bluepy-1.3.0.ebuild index 1ba8100..60ab9c1 100644 --- a/dev-python/bluepy/bluepy-1.3.0.ebuild +++ b/dev-python/bluepy/bluepy-1.3.0.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