diff options
author | 2024-06-20 20:06:24 +0200 | |
---|---|---|
committer | 2024-06-20 20:07:16 +0200 | |
commit | dd795580fc73c9f5c59251c326e0963b3823edcf (patch) | |
tree | 4d462b066687825097459c38bd707621eb8ba973 /dev-python/djangorestframework | |
parent | dev-python/markdown-exec: Link py3.13 test failure (diff) | |
download | gentoo-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.ebuild | 1 |
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 |