summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-20 20:06:24 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-20 20:07:16 +0200
commitdd795580fc73c9f5c59251c326e0963b3823edcf (patch)
tree4d462b066687825097459c38bd707621eb8ba973 /dev-python/djangorestframework
parentdev-python/markdown-exec: Link py3.13 test failure (diff)
downloadgentoo-dd795580fc73c9f5c59251c326e0963b3823edcf.tar.gz
gentoo-dd795580fc73c9f5c59251c326e0963b3823edcf.tar.bz2
gentoo-dd795580fc73c9f5c59251c326e0963b3823edcf.zip
dev-python/djangorestframework: Link py3.13 test failure
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/djangorestframework')
-rw-r--r--dev-python/djangorestframework/djangorestframework-3.15.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/djangorestframework/djangorestframework-3.15.2.ebuild b/dev-python/djangorestframework/djangorestframework-3.15.2.ebuild
index a59622698d47..0b3b88455b74 100644
--- a/dev-python/djangorestframework/djangorestframework-3.15.2.ebuild
+++ b/dev-python/djangorestframework/djangorestframework-3.15.2.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+# py3.13: https://github.com/encode/django-rest-framework/discussions/9445
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1