commit: 1330e99dc59f3e101f68556f1109e9906def9193
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 01:03:10 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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