devpi-ldap: disable for Python 3.14

This commit is contained in:
confus
2026-02-20 12:08:14 +01:00
parent dc91536b40
commit 58e1d5c372
@@ -9,6 +9,7 @@
pytest-flake8,
pytestCheckHook,
pythonOlder,
pythonAtLeast,
pyyaml,
setuptools,
webtest,
@@ -19,7 +20,8 @@ buildPythonPackage {
version = "2.1.1-unstable-2023-11-28";
pyproject = true;
disabled = pythonOlder "3.13";
# build-system broken for 3.14, package incompatible <3.13
disabled = pythonOlder "3.13" || pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "devpi";