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 D70C0158041 for ; Sat, 30 Mar 2024 19:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D26E2A40; Sat, 30 Mar 2024 19:07:39 +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 03AAEE2A40 for ; Sat, 30 Mar 2024 19:07:39 +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 EDC69343065 for ; Sat, 30 Mar 2024 19:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3412E160A for ; Sat, 30 Mar 2024 19:07:36 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1711825260.5140562f6e4a08b31d3a0e1ce09d40dd0882ff7e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ewmh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ewmh/ewmh-0.1.6.ebuild X-VCS-Directories: dev-python/ewmh/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5140562f6e4a08b31d3a0e1ce09d40dd0882ff7e X-VCS-Branch: master Date: Sat, 30 Mar 2024 19:07:36 +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: a3600040-97ad-4d79-aa0f-cc39aec70b88 X-Archives-Hash: c27c8bcd25f7a7c1ebfb0039316bc24a commit: 5140562f6e4a08b31d3a0e1ce09d40dd0882ff7e Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 30 19:00:20 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 30 19:01:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5140562f dev-python/ewmh: enable py3.12 Verified by checking all the code upstream Signed-off-by: Arthur Zamarin gentoo.org> dev-python/ewmh/ewmh-0.1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild index 9c1636fe1750..da8b391017c5 100644 --- a/dev-python/ewmh/ewmh-0.1.6.ebuild +++ b/dev-python/ewmh/ewmh-0.1.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi