From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7C72158176 for ; Fri, 17 Oct 2025 20:07:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C5F28341F12 for ; Fri, 17 Oct 2025 20:07:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A4BFB110580; Fri, 17 Oct 2025 20:07:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9EC6F110580 for ; Fri, 17 Oct 2025 20:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FF07341EF5 for ; Fri, 17 Oct 2025 20:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 369AA3B1B for ; Fri, 17 Oct 2025 20:07:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1760731634.4faef4b690ae269e7a5861d23db56ee6594ef497.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-timezone-field/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild X-VCS-Directories: dev-python/django-timezone-field/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4faef4b690ae269e7a5861d23db56ee6594ef497 X-VCS-Branch: master Date: Fri, 17 Oct 2025 20:07:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53b84637-92bf-4b9b-9c54-7e728423d808 X-Archives-Hash: 8a589938a83b91019f2baac883618bac commit: 4faef4b690ae269e7a5861d23db56ee6594ef497 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 17 20:00:24 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 17 20:07:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4faef4b6 dev-python/django-timezone-field: Enable py3.14 Signed-off-by: Michał Górny gentoo.org> dev-python/django-timezone-field/django-timezone-field-7.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 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 c9fa99fd06ec..d59186ab5f6e 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..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 @@ -29,12 +29,11 @@ RDEPEND=" BDEPEND=" test? ( dev-python/djangorestframework[${PYTHON_USEDEP}] - dev-python/pytest-django[${PYTHON_USEDEP}] - dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] ) " +EPYTEST_PLUGINS=( pytest-django pytest-lazy-fixtures ) distutils_enable_tests pytest python_test() {