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 9B75E158094 for ; Thu, 7 Jul 2022 07:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EB98E0DD1; 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 50190E0DD1 for ; Thu, 7 Jul 2022 07:33:25 +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 5FF09340EA6 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 A5AB5536 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.f8edf8c50b1ec90a383b5a3d7be78afef61a716a.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: f8edf8c50b1ec90a383b5a3d7be78afef61a716a 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: 14317614-9e1e-4cc6-a460-d6e131077026 X-Archives-Hash: a0a4000053843598c5b3be9294794c73 commit: f8edf8c50b1ec90a383b5a3d7be78afef61a716a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jul 7 00:28:19 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=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