From bc78297b865b3712aee6f5ebdf7b2efa5644386c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 1 Jul 2024 10:48:22 +0300 Subject: [PATCH] dev-python/FVS: enable py3.13 Signed-off-by: Alfred Wingate --- dev-python/FVS/FVS-0.3.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/FVS/FVS-0.3.4-r1.ebuild b/dev-python/FVS/FVS-0.3.4-r1.ebuild index 3e799b9..012475e 100644 --- a/dev-python/FVS/FVS-0.3.4-r1.ebuild +++ b/dev-python/FVS/FVS-0.3.4-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYPI_NO_NORMALIZE=y DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="File Versioning System with hash comparison"