From d66a8aaea2128fd6eef9d3841b54cd18e524bf8b Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 6 Feb 2022 12:38:33 -0500 Subject: [PATCH] dev-util/conan: cleanup unused python compat Signed-off-by: Ionen Wolkens --- dev-util/conan/conan-1.44.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/conan/conan-1.44.0.ebuild b/dev-util/conan/conan-1.44.0.ebuild index 4ea924b09769d..6d56c02f673bd 100644 --- a/dev-util/conan/conan-1.44.0.ebuild +++ b/dev-util/conan/conan-1.44.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1