commit: a35d208ffe7246ec96d27054ca272ab8611e7747
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 11:15:57 2022 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 17:29:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35d208f
dev-python/pivy: 0.6.6-r1: add Python 3.10 support.
All good with FEATURES=test.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
dev-python/pivy/pivy-0.6.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pivy/pivy-0.6.6-r1.ebuild
b/dev-python/pivy/pivy-0.6.6-r1.ebuild
index be384a054672..50ca56ff2739 100644
--- a/dev-python/pivy/pivy-0.6.6-r1.ebuild
+++ b/dev-python/pivy/pivy-0.6.6-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1