summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-10 18:41:54 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-10 18:48:57 +0200
commit2dbf5fea35aaf6c91e86d59bcc62948588ca3ecd (patch)
tree0e946d11f0bb78f1eb43a086911116f87d08b700
parentdev-python/characteristic: EAPI 8, PEP517 (diff)
downloadgentoo-2dbf5fea.tar.gz
gentoo-2dbf5fea.tar.bz2
gentoo-2dbf5fea.zip
dev-python/characteristic: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/characteristic/characteristic-14.3.0-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/characteristic/characteristic-14.3.0-r4.ebuild b/dev-python/characteristic/characteristic-14.3.0-r4.ebuild
index ed2a14b90f2a..2693b044991c 100644
--- a/dev-python/characteristic/characteristic-14.3.0-r4.ebuild
+++ b/dev-python/characteristic/characteristic-14.3.0-r4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1