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 8AC29158094 for ; Thu, 7 Jul 2022 00:41:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA892E0F4B; Thu, 7 Jul 2022 00:41:33 +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 78533E0F4F for ; Thu, 7 Jul 2022 00:41:33 +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 7ED4E3418ED for ; Thu, 7 Jul 2022 00:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAF4B535 for ; Thu, 7 Jul 2022 00:41:29 +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: <1657154445.f8edf8c50b1ec90a383b5a3d7be78afef61a716a.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ufoLib2/ufoLib2-0.13.1.ebuild X-VCS-Directories: dev-python/ufoLib2/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f8edf8c50b1ec90a383b5a3d7be78afef61a716a X-VCS-Branch: dev Date: Thu, 7 Jul 2022 00:41:29 +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: 1b3f2816-a3ae-4ba1-bf3e-b3e9f569678e X-Archives-Hash: 212f2d4deace2eb0fcc9e00b4bf4bf98 commit: f8edf8c50b1ec90a383b5a3d7be78afef61a716a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jul 7 00:28:19 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Jul 7 00:40:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8edf8c5 dev-python/ufoLib2: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/ufoLib2/ufoLib2-0.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild index a05616528..5bd221cca 100644 --- a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild +++ b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild @@ -10,7 +10,7 @@ DOCS_DEPEND=" " DOCS_DIR="${S}/docs/source" DOCS_BUILDER="sphinx" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 docs