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 28CDE158013 for ; Mon, 4 Dec 2023 19:45:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AAB42BC043; Mon, 4 Dec 2023 19:45:10 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACFE52BC043 for ; Mon, 4 Dec 2023 19:45:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74AE5335D2B for ; Mon, 4 Dec 2023 19:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D03F3118F for ; Mon, 4 Dec 2023 19:45:06 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1701718730.56e12d6847371afb8b15723226c73f9a8cc4416b.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/blurhash/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/blurhash/blurhash-1.1.4.ebuild X-VCS-Directories: dev-python/blurhash/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 56e12d6847371afb8b15723226c73f9a8cc4416b X-VCS-Branch: dev Date: Mon, 4 Dec 2023 19:45:06 +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: b1d33377-947b-41cb-bf5b-94350b132e54 X-Archives-Hash: 21875c88012d369e6a173692d9651ec1 commit: 56e12d6847371afb8b15723226c73f9a8cc4416b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Dec 3 14:56:56 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Dec 4 19:38:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56e12d68 dev-python/blurhash: enable py3.12 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/blurhash/blurhash-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild index e5c1d85075..282d96229c 100644 --- a/dev-python/blurhash/blurhash-1.1.4.ebuild +++ b/dev-python/blurhash/blurhash-1.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi