summaryrefslogtreecommitdiff
path: root/dev-python/django-configurations
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-19 18:55:16 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-19 19:21:41 +0200
commit316a2a73139538051ca7b057fcdcec342540e2be (patch)
tree346097d92ec02cb423cae752b32f8896babfdfed /dev-python/django-configurations
parent84f1bd8c629d9ed7be04d69425d1c83d0f3c132c (diff)
downloadgentoo-316a2a73139538051ca7b057fcdcec342540e2be.tar.gz
gentoo-316a2a73139538051ca7b057fcdcec342540e2be.tar.bz2
gentoo-316a2a73139538051ca7b057fcdcec342540e2be.zip
dev-python/django-configurations: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-configurations')
-rw-r--r--dev-python/django-configurations/django-configurations-2.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-configurations/django-configurations-2.5.1.ebuild b/dev-python/django-configurations/django-configurations-2.5.1.ebuild
index f04a60f99ea5..f68cf68518bb 100644
--- a/dev-python/django-configurations/django-configurations-2.5.1.ebuild
+++ b/dev-python/django-configurations/django-configurations-2.5.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi