dev-python/pyftpdlib: Enable py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-10-04 16:13:40 +02:00
parent 2cb73864ae
commit 05ead8efa6

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1 pypi
@@ -24,7 +24,7 @@ RDEPEND="
$(python_gen_cond_dep '
dev-python/pyasynchat[${PYTHON_USEDEP}]
dev-python/pyasyncore[${PYTHON_USEDEP}]
' 3.12 3.13)
' 3.12 3.13 3.14)
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
"
BDEPEND="