From 75afcf84b19076375250e4922894908ba3ae389f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 14:30:03 +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 8d8b8bf..619c879 100644 --- a/pkg.info +++ b/pkg.info @@ -1,14 +1,16 @@ name: python-sphinxcontrib-jsmath description: Sphinx extension which renders display math in HTML via JavaScript version: 1.0.1 -revision: 1 +revision: 2 url: https://github.com/sphinx-doc/sphinxcontrib-jsmath license: BSD-2-Clause +maintainers: + - enumdev@enumerated.dev architecture: any output_architecture: any type: source depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-installer