Rebuild with python 3.14

This commit is contained in:
2026-05-07 09:08:51 +03:00
parent d4273a6c2c
commit 3d9dded21f
+2 -2
View File
@@ -1,13 +1,13 @@
name: python-msgpack name: python-msgpack
description: MessagePack serializer implementation for Python description: MessagePack serializer implementation for Python
version: 1.1.2 version: 1.1.2
revision: 1 revision: 2
url: https://github.com/msgpack/msgpack-python url: https://github.com/msgpack/msgpack-python
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
type: source type: source
depends: depends:
- python3 - python3=3.14.*
make_depends: make_depends:
- python-cython - python-cython
- python-build - python-build