commit:     448f8ec89d87ab34eb39c8160dd1098527086426
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 09:23:32 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 24 09:23:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448f8ec8

sys-apps/file: Enable py3.14

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-apps/file/file-5.46-r2.ebuild | 2 +-
 sys-apps/file/file-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/file/file-5.46-r2.ebuild 
b/sys-apps/file/file-5.46-r2.ebuild
index 6c791e402090..8897d27709a4 100644
--- a/sys-apps/file/file-5.46-r2.ebuild
+++ b/sys-apps/file/file-5.46-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1 toolchain-funcs multilib-minimal
 

diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
index 12182441c5e7..6a5896a7e01d 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1 toolchain-funcs multilib-minimal
 

Reply via email to