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 09FD715802E for ; Fri, 28 Jun 2024 11:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80959E2B88; Fri, 28 Jun 2024 11:12:24 +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 606FDE2B86 for ; Fri, 28 Jun 2024 11:12:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70872335C9B for ; Fri, 28 Jun 2024 11:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68991D7F for ; Fri, 28 Jun 2024 11:12:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1719573133.d296c63d66e2d18e869912535bae937eb1133ce5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tornado/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tornado/tornado-6.4.1.ebuild X-VCS-Directories: dev-python/tornado/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d296c63d66e2d18e869912535bae937eb1133ce5 X-VCS-Branch: master Date: Fri, 28 Jun 2024 11:12: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: cf60287b-deb0-4347-b306-f0029cbef9e0 X-Archives-Hash: 9d2ec3d3ffca5d662dd9ad030ebf0a3a commit: d296c63d66e2d18e869912535bae937eb1133ce5 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 28 09:36:08 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 28 11:12:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d296c63d dev-python/tornado: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/tornado/tornado-6.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tornado/tornado-6.4.1.ebuild b/dev-python/tornado/tornado-6.4.1.ebuild index 9d73856eb200..72d650b5b6d0 100644 --- a/dev-python/tornado/tornado-6.4.1.ebuild +++ b/dev-python/tornado/tornado-6.4.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi