dev-python/pyopenssl: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-09 19:55:26 +02:00
parent 7bcfcfa920
commit 4829c437f4

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=pyOpenSSL
PYPI_VERIFY_REPO=https://github.com/pyca/pyopenssl
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
PYTHON_COMPAT=( python3_{11..15} pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 toolchain-funcs pypi