From 6e3ec1afaace54d0429e18b88bec877b95960107 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 14:24:44 +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 0edf58f..982e5b0 100644 --- a/pkg.info +++ b/pkg.info @@ -1,14 +1,16 @@ name: python-roman-numerals-py description: Python library for manipulating well-formed Roman numerals version: 4.1.0 -revision: 1 +revision: 2 url: https://github.com/AA-Turner/roman-numerals/tree/master/python license: 0BSD OR CCO-1.0 +maintainers: + - enumdev@enumerated.dev architecture: any output_architecture: any type: source depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-flit-core