From 478b9f4efd0f43f7121a3096522e77ca19da7de0 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 13 May 2022 10:13:00 -0400 Subject: [PATCH] dev-python/parse: enable py3.11 Signed-off-by: Ionen Wolkens --- dev-python/parse/parse-1.19.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/parse/parse-1.19.0-r1.ebuild b/dev-python/parse/parse-1.19.0-r1.ebuild index 24ea0e7799889..af49abeb38c00 100644 --- a/dev-python/parse/parse-1.19.0-r1.ebuild +++ b/dev-python/parse/parse-1.19.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Parse strings using a specification based on the Python format() syntax"