aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Smaniotto <smaniotto.nicola@gmail.com>2023-02-27 15:38:37 +0100
committerNicola Smaniotto <smaniotto.nicola@gmail.com>2023-02-27 16:13:32 +0100
commit12fe9809125f3dad058cde7cb694c2ba3137874b (patch)
tree8a04a09b2cd6064183a2ac405760d5309669f1bd
parentdev-python/auditok: enable py3.11 (diff)
downloadguru-12fe9809.tar.gz
guru-12fe9809.tar.bz2
guru-12fe9809.zip
dev-python/python-pidfile: enable py3.11
Closes: https://bugs.gentoo.org/897552 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
-rw-r--r--dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
index a54347430..bffb91d8f 100644
--- a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
+++ b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1