commit: 7a83d55f77bb7356550d92eae7dc9e2502350577
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 15:54:33 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 17:05:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a83d55f
dev-python/setuptools_rust: Clean PYTHON_COMPAT up
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools_rust/setuptools_rust-0.12.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/setuptools_rust/setuptools_rust-0.12.1.ebuild
b/dev-python/setuptools_rust/setuptools_rust-0.12.1.ebuild
index 9b6a7a9b8cbc..18edc54c4a79 100644
--- a/dev-python/setuptools_rust/setuptools_rust-0.12.1.ebuild
+++ b/dev-python/setuptools_rust/setuptools_rust-0.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
CARGO_OPTIONAL=yes
DISTUTILS_IN_SOURCE_BUILD=1
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 cargo