From 51c0082cf9ce8f10fa7ef7ccd4c84a868ad3c4fa Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 15:03:16 +0200 Subject: [PATCH] testing/py3-qdldl: rebuild against python 3.14 --- testing/py3-qdldl/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-qdldl/APKBUILD b/testing/py3-qdldl/APKBUILD index fa289384c17..b9dd7089eb9 100644 --- a/testing/py3-qdldl/APKBUILD +++ b/testing/py3-qdldl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Anjandev Momi pkgname=py3-qdldl pkgver=0.1.7 -pkgrel=0 +pkgrel=1 _postver=5 pkgdesc="Python interface to the QDLDL free LDL factorization routine for quasi-definite linear systems: Ax = b" url="https://github.com/osqp/qdldl-python"