summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-24 18:16:40 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-24 19:08:50 +0100
commit56014f6a35eb939f48103b612a01759c239cc6d8 (patch)
treed3906d8fbe36dfae59558eb3623600479a88004d /dev-python/stestr
parentdev-python/oslo-concurrency: PEP517, py3.10 (diff)
downloadgentoo-56014f6a35eb939f48103b612a01759c239cc6d8.tar.gz
gentoo-56014f6a35eb939f48103b612a01759c239cc6d8.tar.bz2
gentoo-56014f6a35eb939f48103b612a01759c239cc6d8.zip
dev-python/stestr: Tested on py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/stestr')
-rw-r--r--dev-python/stestr/stestr-3.2.1.ebuild4
1 files 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"