From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1514796-garchives=archives.gentoo.org@lists.gentoo.org> 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 A4ECD15ACFD for <garchives@archives.gentoo.org>; Wed, 3 May 2023 05:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F0C6E08FF; Wed, 3 May 2023 05:22:53 +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 4BCC3E08FF for <gentoo-commits@lists.gentoo.org>; Wed, 3 May 2023 05:22: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 479FB3416B6 for <gentoo-commits@lists.gentoo.org>; Wed, 3 May 2023 05:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1159A5D for <gentoo-commits@lists.gentoo.org>; Wed, 3 May 2023 05:22:50 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1683091349.ef4d36a7487f5c337be7e2ddbff27ef88e3e28ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygresql/pygresql-5.2.4.ebuild X-VCS-Directories: dev-python/pygresql/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ef4d36a7487f5c337be7e2ddbff27ef88e3e28ca X-VCS-Branch: master Date: Wed, 3 May 2023 05:22:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 154680bc-7b3f-4e40-b694-7d71c63dc0f0 X-Archives-Hash: 47a5eba5daa74dd4c3c12c8926dbdc30 commit: ef4d36a7487f5c337be7e2ddbff27ef88e3e28ca Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 3 05:10:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 3 05:22:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4d36a7 dev-python/pygresql: enable py3.11 Closes: https://bugs.gentoo.org/896832 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pygresql/pygresql-5.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygresql/pygresql-5.2.4.ebuild b/dev-python/pygresql/pygresql-5.2.4.ebuild index 2c4fcce017a1..5ad5dc18a36b 100644 --- a/dev-python/pygresql/pygresql-5.2.4.ebuild +++ b/dev-python/pygresql/pygresql-5.2.4.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN="PyGreSQL" POSTGRES_COMPAT=( 9.6 {10..14} ) -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 postgres pypi