diff options
author | 2024-06-13 17:58:34 +0200 | |
---|---|---|
committer | 2024-06-13 18:14:59 +0200 | |
commit | 7ff6cc6a8419886c40c61feb6b2daa61ccff4fde (patch) | |
tree | e75d6614198b2e1ee3343ab50892b2674e323fd9 /dev-python | |
parent | dev-python/argon2-cffi: Enable py3.13 (diff) | |
download | gentoo-7ff6cc6a8419886c40c61feb6b2daa61ccff4fde.tar.gz gentoo-7ff6cc6a8419886c40c61feb6b2daa61ccff4fde.tar.bz2 gentoo-7ff6cc6a8419886c40c61feb6b2daa61ccff4fde.zip |
dev-python/aiocache: Link to py3.13 failure report
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/aiocache/aiocache-0.12.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |