www-client/pybugz: enable py3.14

The minimal test pass and does not seem obviously broken after
using it a bit, not that I can really be sure here.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-04-16 23:20:27 -04:00
parent 2414c445ef
commit f3fd3eb7e1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="ssl(+)"
if [[ ${PV} = "9999" ]]; then

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="readline(+),ssl(+)"
if [[ ${PV} = "9999" ]]; then