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 name: python-commonmark
description: Python parser for the CommonMark Markdown spec description: Python parser for the CommonMark Markdown spec
version: 0.9.1 version: 0.9.1
revision: 1 revision: 2
url: https://pypi.org/project/commonmark/ url: https://pypi.org/project/commonmark/
license: BSD-3-Clause license: BSD-3-Clause
maintainers: maintainers:
@@ -10,6 +10,7 @@ architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3=3.14.*
- python-docutils - python-docutils
make_depends: make_depends:
- python-build - python-build