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 179E715806E for ; Wed, 7 Jun 2023 09:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F222AE0864; Wed, 7 Jun 2023 09:27:38 +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 D5CCCE0864 for ; Wed, 7 Jun 2023 09:27:38 +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 E6BCD340D2D for ; Wed, 7 Jun 2023 09:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79C50A92 for ; Wed, 7 Jun 2023 09:27:35 +0000 (UTC) From: "Sam James" 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" Message-ID: <1686130019.a8c7b1a4292e47cf68fe6b7ad260357ad0d9b950.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-sqlalchemy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.3.ebuild X-VCS-Directories: dev-python/flask-sqlalchemy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a8c7b1a4292e47cf68fe6b7ad260357ad0d9b950 X-VCS-Branch: master Date: Wed, 7 Jun 2023 09:27:35 +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: aeccce1a-fc00-4beb-9b03-264f1bbef436 X-Archives-Hash: 94d5ecdc3382f7821b4f71c45739d8dc commit: a8c7b1a4292e47cf68fe6b7ad260357ad0d9b950 Author: Petr Vaněk atlas cz> AuthorDate: Wed Jun 7 08:53:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 7 09:26:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c7b1a4 dev-python/flask-sqlalchemy: enable py3.12 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.3.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.3.ebuild index 9199be9dff68..e0fea201feb8 100644 --- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.3.ebuild +++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm PYPI_NO_NORMALIZE=1 PYPI_PN="Flask-SQLAlchemy" -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi