commit: 920704ea56271a89df1dd8dfae6d6e73987791c0
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Jun 20 14:12:04 2025 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Fri Jun 20 14:12:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=920704ea
dev-python/rpmautospec-core: enable py3.14
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild
b/dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild
index 2db1d35ac5..c4f5d49b19 100644
--- a/dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild
+++ b/dev-python/rpmautospec-core/rpmautospec-core-0.1.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi