From 9cfe2aef5ce6f053c55bdc437228d4e4362e327c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 19 May 2022 16:30:50 +0200 Subject: dev-python/cbor2: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cbor2/cbor2-5.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/cbor2/cbor2-5.4.3.ebuild b/dev-python/cbor2/cbor2-5.4.3.ebuild index 8a4cc0a2d0bb..e59e7bdb4064 100644 --- a/dev-python/cbor2/cbor2-5.4.3.ebuild +++ b/dev-python/cbor2/cbor2-5.4.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad