From c44a9e9d7cce7d66551368dca9f48fa6b80772f9 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 08:17:11 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 318c7ef..3cbb9d2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,14 +1,14 @@ name: python-typogrify description: A set of Django template filters to make caring about typography on the web a bit easier version: 2.1.0 -revision: 1 +revision: 2 url: https://github.com/justinmayer/typogrify license: BSD-3-Clause architecture: any output_architecture: any type: source depends: - - python3 + - python3=3.14.* - python-smartypants make_depends: - python-smartypants