From 5b1cd4bdc491a7702a375d8de3fdc8047782a7ef Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 14:48:23 +0200 Subject: [PATCH] testing/py3-ask: rebuild against python 3.14 --- testing/py3-ask/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-ask/APKBUILD b/testing/py3-ask/APKBUILD index 0cc7e1c1842..d423e285054 100644 --- a/testing/py3-ask/APKBUILD +++ b/testing/py3-ask/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-ask _pkgname=ask pkgver=0.0.8 -pkgrel=8 +pkgrel=9 pkgdesc="An easy input validation for Python" options="!check" # No testsuite url="https://github.com/chive/ask"