From 7af9b8d369da4ffd00259d60bf1b826345462cf6 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 28 Aug 2021 18:51:17 +0300 Subject: [PATCH] dev-python/bluelet: enable py3.10 Signed-off-by: Arthur Zamarin --- dev-python/bluelet/bluelet-0.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bluelet/bluelet-0.2.0.ebuild b/dev-python/bluelet/bluelet-0.2.0.ebuild index e8d570a1777aa..87d8e02f69c63 100644 --- a/dev-python/bluelet/bluelet-0.2.0.ebuild +++ b/dev-python/bluelet/bluelet-0.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1