www-apache/mod_wsgi: enable py3.14 for stable too

Seems to build OK and I don't see any notable fixes after 5.0.2 for
py3.14 other than GIL stuff but we're not enabling *t here.

Closes: https://bugs.gentoo.org/974166
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-03 23:37:16 +01:00
parent 74db168bce
commit 7010bef9c2

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_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="threads(+)"
inherit apache-module python-single-r1