commit: 0a6d349869bf443ce0e821177c77262192dd585f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 11:32:07 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 11:32:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6d3498
dev-python/filebytes: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/filebytes/filebytes-0.10.2.ebuild | 2 +-
dev-python/filebytes/filebytes-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild
b/dev-python/filebytes/filebytes-0.10.2.ebuild
index 0a8b30b7fa52..447e3a643d7e 100644
--- a/dev-python/filebytes/filebytes-0.10.2.ebuild
+++ b/dev-python/filebytes/filebytes-0.10.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
diff --git a/dev-python/filebytes/filebytes-9999.ebuild
b/dev-python/filebytes/filebytes-9999.ebuild
index 3dd61d92280a..46e22c6869c0 100644
--- a/dev-python/filebytes/filebytes-9999.ebuild
+++ b/dev-python/filebytes/filebytes-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1