commit: d66a8aaea2128fd6eef9d3841b54cd18e524bf8b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 17:38:33 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 19:33:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66a8aae
dev-util/conan: cleanup unused python compat
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
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 4ea924b09769..6d56c02f673b 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