From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96299158043 for ; Sat, 13 Apr 2024 18:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8EECE2A3E; Sat, 13 Apr 2024 18:47:49 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 8C3F8E2A3E for ; Sat, 13 Apr 2024 18:47:49 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A2A1343378 for ; Sat, 13 Apr 2024 18:47:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A05D16E2 for ; Sat, 13 Apr 2024 18:47:46 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713034045.c3a8290a5e560d13cdf8b00a00656e95cfaaef9f.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/django-bleach/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/django-bleach/django-bleach-3.0.1.ebuild X-VCS-Directories: dev-python/django-bleach/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: c3a8290a5e560d13cdf8b00a00656e95cfaaef9f X-VCS-Branch: dev Date: Sat, 13 Apr 2024 18:47:46 +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: c6a87158-f004-47c8-b783-1dd8987bf981 X-Archives-Hash: e03a5941fc15afd75fffbb7876cb88d2 Message-ID: <20240413184746.XdC3jg_-1GcOqPxsyFu19EGCt6WLhjBnng_Os2WBxqE@z> commit: c3a8290a5e560d13cdf8b00a00656e95cfaaef9f Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 18:47:25 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 18:47:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3a8290a dev-python/django-bleach: enable py3.12 Signed-off-by: Julien Roy jroy.ca> dev-python/django-bleach/django-bleach-3.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django-bleach/django-bleach-3.0.1.ebuild b/dev-python/django-bleach/django-bleach-3.0.1.ebuild index f06ca6b3d6..de3c87cadf 100644 --- a/dev-python/django-bleach/django-bleach-3.0.1.ebuild +++ b/dev-python/django-bleach/django-bleach-3.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1