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 3D17915817D for ; Sat, 15 Jun 2024 12:00:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54DAAE2ACA; Sat, 15 Jun 2024 12:00:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20C52E2ACA for ; Sat, 15 Jun 2024 12:00:17 +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 24B23335D6E for ; Sat, 15 Jun 2024 12:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AF611CA4 for ; Sat, 15 Jun 2024 12:00:14 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1718452767.87173eebba0b28cc956d470db1bced7439602969.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-aiohttp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild X-VCS-Directories: dev-python/pytest-aiohttp/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 87173eebba0b28cc956d470db1bced7439602969 X-VCS-Branch: master Date: Sat, 15 Jun 2024 12:00:14 +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: e274ace3-7b7a-4347-82d6-5f3639c4cfff X-Archives-Hash: 0e2fc9a838f4db62f50c4933ca72199a commit: 87173eebba0b28cc956d470db1bced7439602969 Author: Petr Vaněk gentoo org> AuthorDate: Sat Jun 15 11:22:56 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Jun 15 11:59:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87173eeb dev-python/pytest-aiohttp: enable py3.13 Signed-off-by: Petr Vaněk gentoo.org> dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild index 5156acdaadbd..17f52d02cd4d 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi