From a9ad00f8fadf0ff346dfbbdeb926bb0f423c339b Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 23:31:20 +0200 Subject: [PATCH] dev-python/types-python-dateutil: enable py3.11 Signed-off-by: Alessandro Barbieri --- .../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 adcbd91977..5c6215e010 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