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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C5A4158042 for ; Fri, 1 Nov 2024 14:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 546FCE0938; Fri, 1 Nov 2024 14:37:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3D0B1E0938 for ; Fri, 1 Nov 2024 14:37:52 +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 3462D33FECD for ; Fri, 1 Nov 2024 14:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85A461953 for ; Fri, 1 Nov 2024 14:37:50 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1730471858.5f01da8056730d928df84312e02bb1ab3a8acad6.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/bump-my-version/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/bump-my-version/bump-my-version-0.28.0.ebuild X-VCS-Directories: dev-util/bump-my-version/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 5f01da8056730d928df84312e02bb1ab3a8acad6 X-VCS-Branch: dev Date: Fri, 1 Nov 2024 14:37:50 +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: 56ca1439-5afa-46fa-9788-5a30985ffb1c X-Archives-Hash: 4b6ae9ae387489c51adfc855d238164d commit: 5f01da8056730d928df84312e02bb1ab3a8acad6 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Nov 1 14:23:52 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Nov 1 14:37:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f01da80 dev-util/bump-my-version: enable py3.13 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-util/bump-my-version/bump-my-version-0.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild b/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild index 22144dcb9..6d418372d 100644 --- a/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild +++ b/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi DESCRIPTION="Version bump your Python project"