summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kenzelmann <github.com@k8n.de>2022-06-14 10:16:36 +0200
committerSam James <sam@gentoo.org>2022-07-15 13:32:46 +0100
commit8153e89a5683773b8552d709b6087772fb3e40c9 (patch)
tree91ed90630436434a9326d100373a8beedd180195 /dev-libs/pigpio
parentdev-vcs/gitstats: enable py3.10 (diff)
downloadgentoo-8153e89a5683773b8552d709b6087772fb3e40c9.tar.gz
gentoo-8153e89a5683773b8552d709b6087772fb3e40c9.tar.bz2
gentoo-8153e89a5683773b8552d709b6087772fb3e40c9.zip
dev-libs/pigpio: add PYTHON_COMPAT 3_10 and 3_11
adding 3_10 and 3_11 python slots Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://bugs.gentoo.org/845666 Closes: https://github.com/gentoo/gentoo/pull/25892 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/pigpio')
-rw-r--r--dev-libs/pigpio/pigpio-79.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/pigpio/pigpio-79.ebuild b/dev-libs/pigpio/pigpio-79.ebuild
index 4f6097e8c967..9256a67a83e1 100644
--- a/dev-libs/pigpio/pigpio-79.ebuild
+++ b/dev-libs/pigpio/pigpio-79.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1 systemd toolchain-funcs