commit: 6f21c722f886f51a12cdca45513c503407578b7f Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Wed May 8 12:20:39 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Wed May 8 12:20:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f21c722
dev-python/persist-queue: enable py3.12 Closes: https://bugs.gentoo.org/931398 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/persist-queue/persist-queue-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/persist-queue/persist-queue-0.8.1.ebuild b/dev-python/persist-queue/persist-queue-0.8.1.ebuild index 4e5882e7cf..bba88025f8 100644 --- a/dev-python/persist-queue/persist-queue-0.8.1.ebuild +++ b/dev-python/persist-queue/persist-queue-0.8.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi
