From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3CD3C1584F2 for ; Wed, 19 Mar 2025 01:07:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2A3313432B9 for ; Wed, 19 Mar 2025 01:07:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C6A0B1103CD; Wed, 19 Mar 2025 01:06:51 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C299E1103CD for ; Wed, 19 Mar 2025 01:06:51 +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 7E30434319B for ; Wed, 19 Mar 2025 01:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 189C02865 for ; Wed, 19 Mar 2025 01:06:50 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1742346405.1330e99dc59f3e101f68556f1109e9906def9193.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/vit/vit-2.3.3.ebuild X-VCS-Directories: app-misc/vit/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1330e99dc59f3e101f68556f1109e9906def9193 X-VCS-Branch: master Date: Wed, 19 Mar 2025 01:06: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: 1b46c37d-c1f1-4146-b5d8-22465d5c307f X-Archives-Hash: a79b8ec0d958becdac7a6ec6bbeb4056 commit: 1330e99dc59f3e101f68556f1109e9906def9193 Author: Matt Turner gentoo org> AuthorDate: Wed Mar 19 01:03:10 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 19 01:06:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1330e99d app-misc/vit: Add Python 3.13 compatibility Signed-off-by: Matt Turner gentoo.org> app-misc/vit/vit-2.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/vit/vit-2.3.3.ebuild b/app-misc/vit/vit-2.3.3.ebuild index cb17ccf9ab14..2c5925ec957f 100644 --- a/app-misc/vit/vit-2.3.3.ebuild +++ b/app-misc/vit/vit-2.3.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=yes DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi