summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-13 17:58:34 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-13 18:14:59 +0200
commit7ff6cc6a8419886c40c61feb6b2daa61ccff4fde (patch)
treee75d6614198b2e1ee3343ab50892b2674e323fd9 /dev-python
parentdev-python/argon2-cffi: Enable py3.13 (diff)
downloadgentoo-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.ebuild1
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