commit: 684c528b57d7ed4bbb0f4aed0ebbd47208631f17 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Mon May 13 08:47:21 2024 +0000 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> CommitDate: Mon May 13 09:00:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=684c528b
dev-python/python-pidfile: enable py3.12 Closes: https://bugs.gentoo.org/931416 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> dev-python/python-pidfile/python-pidfile-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild b/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild index c35e1bf1cc..387d6f3c35 100644 --- a/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild +++ b/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi
