app-office/calcurse: bump PYTHON_COMPAT to 3.14 in 4.8.2

[sam: Drop 3.10, unrevbump.]

Signed-off-by: Kai-Chun Ning (Github Signing key) <kaichun.ning@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/46188
Closes: https://github.com/gentoo/gentoo/pull/46188
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Kai-Chun Ning (Github Signing key)
2026-05-03 11:07:07 +02:00
committed by Sam James
parent 63a8244af5
commit 89eaea02ea

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..14} )
inherit python-single-r1