From b0d1c81c4066efdfdd178982c3e163a34b0bd90c Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 14:38:19 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index f29bbff..fedb912 100644 --- a/pkg.info +++ b/pkg.info @@ -1,13 +1,15 @@ name: python-sphinxcontrib-jquery description: Sphinx extension to include jQuery on newer Sphinx releases version: "4.1" -revision: 1 +revision: 2 url: https://github.com/sphinx-doc/jquery license: 0BSD +maintainers: + - enumdev@enumerated.dev architecture: any type: source depends: - - python3 + - python3=3.14.* - python-sphinx make_depends: - python-build