commit: 0fcf22852a9e0462f7b9ba690206d292bcd05627
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 6 08:31:54 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 6 08:34:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcf2285
dev-python/wurlitzer: Enable python3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/wurlitzer/wurlitzer-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/wurlitzer/wurlitzer-2.1.0.ebuild
b/dev-python/wurlitzer/wurlitzer-2.1.0.ebuild
index 823423a2e8e..8f7df62ef9b 100644
--- a/dev-python/wurlitzer/wurlitzer-2.1.0.ebuild
+++ b/dev-python/wurlitzer/wurlitzer-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1