From 5322e5ccd49d97b3f41beae66ab3f1c05033f59d Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 25 May 2022 21:18:03 +0300 Subject: [PATCH] dev-python/jsonxs: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/jsonxs/jsonxs-0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonxs/jsonxs-0.6-r1.ebuild b/dev-python/jsonxs/jsonxs-0.6-r1.ebuild index 932c4e73bc9fa..8a367653e9a46 100644 --- a/dev-python/jsonxs/jsonxs-0.6-r1.ebuild +++ b/dev-python/jsonxs/jsonxs-0.6-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