commit: b04012a8139fcd69cf2b899d147d874c71d00d08
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 07:31:08 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 19 07:31:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04012a8
dev-python/guessit: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/guessit/guessit-3.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/guessit/guessit-3.4.3.ebuild
b/dev-python/guessit/guessit-3.4.3.ebuild
index 316c4c14605e..7b4d9735d284 100644
--- a/dev-python/guessit/guessit-3.4.3.ebuild
+++ b/dev-python/guessit/guessit-3.4.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1