summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-12-05 12:49:39 +0100
committerMichał Górny <mgorny@gentoo.org>2025-12-05 13:19:32 +0100
commit5391234d74dc54dc55a6e143d937f7973a15df8e (patch)
tree1f0c7562b991b3dbc2f50b1ce1daa4514aa6a210 /dev-python
parent72226bd7bb86113fac338d586a30fec3808c0ebc (diff)
downloadgentoo-5391234d74dc54dc55a6e143d937f7973a15df8e.tar.gz
gentoo-5391234d74dc54dc55a6e143d937f7973a15df8e.tar.bz2
gentoo-5391234d74dc54dc55a6e143d937f7973a15df8e.zip
dev-python/django-timezone-field: Remove py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild b/dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild
index d59186ab5f6e..a5f1a6e1141e 100644
--- a/dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild
+++ b/dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1