summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 16:30:50 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 17:23:31 +0200
commit9cfe2aef5ce6f053c55bdc437228d4e4362e327c (patch)
treeb36caa61ffff96c867d9ab3f10e2409274edc582 /dev-python
parentdev-python/txaio: Enable py3.11 (diff)
downloadgentoo-9cfe2aef5ce6f053c55bdc437228d4e4362e327c.tar.gz
gentoo-9cfe2aef5ce6f053c55bdc437228d4e4362e327c.tar.bz2
gentoo-9cfe2aef5ce6f053c55bdc437228d4e4362e327c.zip
dev-python/cbor2: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cbor2/cbor2-5.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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