commit: a9ad00f8fadf0ff346dfbbdeb926bb0f423c339b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:31:20 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:31:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9ad00f8
dev-python/types-python-dateutil: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-python-dateutil/types-python-dateutil-2.8.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/types-python-dateutil/types-python-dateutil-2.8.16.ebuild
b/dev-python/types-python-dateutil/types-python-dateutil-2.8.16.ebuild
index adcbd9197..5c6215e01 100644
--- a/dev-python/types-python-dateutil/types-python-dateutil-2.8.16.ebuild
+++ b/dev-python/types-python-dateutil/types-python-dateutil-2.8.16.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1