commit: 0e4dd79ba83164564c92ad6b67a44e34c438ded4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 15:52:48 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 27 15:52:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4dd79b
dev-python/pkgcraft: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pkgcraft/pkgcraft-0.0.11.ebuild | 2 +-
dev-python/pkgcraft/pkgcraft-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
index ec9dc5c57d72..891e35b37f8f 100644
--- a/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild
b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 0c11b08d6796..31dd8fc4f667 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1