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 68302158013 for ; Sat, 16 Dec 2023 03:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A829B2BC015; Sat, 16 Dec 2023 03:14:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC8AC2BC015 for ; Sat, 16 Dec 2023 03:14:16 +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 ED55E335DEB for ; Sat, 16 Dec 2023 03:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C5BD136E for ; Sat, 16 Dec 2023 03:14:14 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1702693011.1759fa15156f6961489eb1ae320d98cef5909ace.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-celery/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-celery/pytest-celery-0.1.0.ebuild X-VCS-Directories: dev-python/pytest-celery/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1759fa15156f6961489eb1ae320d98cef5909ace X-VCS-Branch: master Date: Sat, 16 Dec 2023 03:14: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: d2c2f96b-e4c7-4a5b-ba9a-6bd75f92ae93 X-Archives-Hash: f2c6804a4dd812a7064ea8920c17e849 Message-ID: <20231216031414.4iKyJNZoI5JZdvl5CAtP5iJfAyfPajEzoInYJNYYCek@z> commit: 1759fa15156f6961489eb1ae320d98cef5909ace Author: David Roman gmail com> AuthorDate: Sat Dec 16 02:16:51 2023 +0000 Commit: David Roman gmail com> CommitDate: Sat Dec 16 02:16:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1759fa15 dev-python/pytest-celery: enable py3.11 Signed-off-by: David Roman gmail.com> dev-python/pytest-celery/pytest-celery-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild index e83fe3fd0a..c1fd36de91 100644 --- a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild +++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10,11} ) inherit distutils-r1 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"