dev-python/djangorestframework: enable py3.13

Passes test suite.

Closes: https://bugs.gentoo.org/952330
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43222
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Ian Jordan
2025-07-29 00:56:42 +01:00
committed by Alfredo Tupone
parent 7849051b54
commit 3beccdef23

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
# py3.13: https://github.com/encode/django-rest-framework/discussions/9445
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1