commit: 7ff6cc6a8419886c40c61feb6b2daa61ccff4fde Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 13 15:58:34 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 16:14:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff6cc6a
dev-python/aiocache: Link to py3.13 failure report Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/aiocache/aiocache-0.12.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/aiocache/aiocache-0.12.2.ebuild b/dev-python/aiocache/aiocache-0.12.2.ebuild index be1ff1ba4a4d..dd4566086e0c 100644 --- a/dev-python/aiocache/aiocache-0.12.2.ebuild +++ b/dev-python/aiocache/aiocache-0.12.2.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +# py3.13: https://github.com/aio-libs/aiocache/issues/863 PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi
