Rebuild with python 3.14

This commit is contained in:
2026-05-06 19:51:44 +03:00
parent 91955732c2
commit 19cf418dcd
+2 -1
View File
@@ -1,7 +1,7 @@
name: python-commonmark
description: Python parser for the CommonMark Markdown spec
version: 0.9.1
revision: 1
revision: 2
url: https://pypi.org/project/commonmark/
license: BSD-3-Clause
maintainers:
@@ -10,6 +10,7 @@ architecture: any
output_architecture: any
type: source
depends:
- python3=3.14.*
- python-docutils
make_depends:
- python-build