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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36212158004 for ; Sun, 17 Mar 2024 15:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FCD0E29BE; Sun, 17 Mar 2024 15:59:54 +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 D8158E29BE for ; Sun, 17 Mar 2024 15:59:53 +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 9610F335CAF for ; Sun, 17 Mar 2024 15:59:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A4EF1549 for ; Sun, 17 Mar 2024 15:59:51 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1710691159.fefc0c6312315941eb86943101f0655f9c692f30.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/uhi/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/uhi/uhi-0.4.0.ebuild X-VCS-Directories: dev-python/uhi/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: fefc0c6312315941eb86943101f0655f9c692f30 X-VCS-Branch: master Date: Sun, 17 Mar 2024 15:59:51 +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: 097b79bf-9b95-45c3-8102-bafcdeea04fb X-Archives-Hash: e84d5831f5c82bcc7f41ec5c8a6b9f34 commit: fefc0c6312315941eb86943101f0655f9c692f30 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Mar 17 15:59:19 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Sun Mar 17 15:59:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fefc0c63 dev-python/uhi: enable py3.12 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> dev-python/uhi/uhi-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uhi/uhi-0.4.0.ebuild b/dev-python/uhi/uhi-0.4.0.ebuild index 89db57b1c..380e3bdbd 100644 --- a/dev-python/uhi/uhi-0.4.0.ebuild +++ b/dev-python/uhi/uhi-0.4.0.ebuild @@ -1,6 +1,6 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=hatchling SETUPTOOLS_SCM_PRETEND_VERSION=${PV} inherit distutils-r1 pypi