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 78262158094 for ; Thu, 7 Jul 2022 07:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC9F0E0DF3; Thu, 7 Jul 2022 07:33:25 +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 9B073E0DF3 for ; Thu, 7 Jul 2022 07:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C4EB340EAB for ; Thu, 7 Jul 2022 07:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B87E6538 for ; Thu, 7 Jul 2022 07:33:21 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1657154445.84e2997aba204009595568b082623dffaffb97bf.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/tempus-themes/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild X-VCS-Directories: dev-python/tempus-themes/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 84e2997aba204009595568b082623dffaffb97bf X-VCS-Branch: master Date: Thu, 7 Jul 2022 07:33:21 +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: 1d249c29-ba11-403c-91e7-608ba79a0c01 X-Archives-Hash: a6dc87a24f81325203e77faec90510c4 commit: 84e2997aba204009595568b082623dffaffb97bf Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jul 7 00:28:45 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Jul 7 00:40:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84e2997a dev-python/tempus-themes: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild index c3cc98a1d..8c1d2b985 100644 --- a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild +++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="Accessible themes for Pygments"