summaryrefslogtreecommitdiff
path: root/dev-python/django-configurations
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-10-17 21:43:45 +0200
committerMichał Górny <mgorny@gentoo.org>2025-10-17 22:07:04 +0200
commit0e19bc8c7302e8e66aefe2c04af18f0cc168f8cc (patch)
tree230142ecfac534b48a427abb67ca83ded1a78c26 /dev-python/django-configurations
parent7442d2464cbe2f07997a8d03f84f62d85c19cbd3 (diff)
downloadgentoo-0e19bc8c7302e8e66aefe2c04af18f0cc168f8cc.tar.gz
gentoo-0e19bc8c7302e8e66aefe2c04af18f0cc168f8cc.tar.bz2
gentoo-0e19bc8c7302e8e66aefe2c04af18f0cc168f8cc.zip
dev-python/django-configurations: Enable py3.14
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 30c6bdebf944..3e17d651d567 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 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi