From 3d930aa8f3faa7c1d9cf7eab2eceea42498aa1f1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 31 May 2022 10:47:03 +0100 Subject: [PATCH] dev-python/deprecation: enable py3.11 Signed-off-by: Sam James --- dev-python/deprecation/deprecation-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild b/dev-python/deprecation/deprecation-2.1.0.ebuild index 529761e3008aa..394eae93dbec8 100644 --- a/dev-python/deprecation/deprecation-2.1.0.ebuild +++ b/dev-python/deprecation/deprecation-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A library to handle automated deprecations"