From a1d13f4ae6f48fa14e74039f1263ea7abb7d5af7 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 29 Oct 2022 17:30:21 +0300 Subject: [PATCH] dev-python/pendulum: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/pendulum/pendulum-2.1.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild index 8ed0456d4293e..0bc4257cedc47 100644 --- a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild +++ b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1