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 D09F715807B for ; Sat, 2 Nov 2024 20:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13F9AE07F6; Sat, 2 Nov 2024 20:52:31 +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 EB778E07F6 for ; Sat, 2 Nov 2024 20:52:30 +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 143D7343125 for ; Sat, 2 Nov 2024 20:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67D541F45 for ; Sat, 2 Nov 2024 20:52:27 +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: <1730471858.5f01da8056730d928df84312e02bb1ab3a8acad6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 5f01da8056730d928df84312e02bb1ab3a8acad6 X-VCS-Branch: master Date: Sat, 2 Nov 2024 20:52:27 +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: 80bf19ce-6890-4f9c-8eb4-9e559d9386c8 X-Archives-Hash: 23bd6fab2b824bc39ecad81b8f98ded4 commit: 5f01da8056730d928df84312e02bb1ab3a8acad6 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Nov 1 14:23:52 2024 +0000 Commit: David Roman gmail com> 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"