commit: 12fe9809125f3dad058cde7cb694c2ba3137874b Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Mon Feb 27 14:38:37 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 15:13:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12fe9809
dev-python/python-pidfile: enable py3.11 Closes: https://bugs.gentoo.org/897552 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
