commit: 56014f6a35eb939f48103b612a01759c239cc6d8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 17:16:40 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 18:08:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56014f6a
dev-python/stestr: Tested on py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/stestr/stestr-3.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/stestr/stestr-3.2.1.ebuild
b/dev-python/stestr/stestr-3.2.1.ebuild
index 4a60526b09fc..ed150fd8d1ef 100644
--- a/dev-python/stestr/stestr-3.2.1.ebuild
+++ b/dev-python/stestr/stestr-3.2.1.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_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A parallel Python test runner built around subunit"