Rebuild with python 3.14

This commit is contained in:
2026-05-07 09:14:29 +03:00
parent db0b2e22ff
commit fdd59e7069
+2 -2
View File
@@ -1,13 +1,13 @@
name: python-pynvim name: python-pynvim
description: Python client and plugin host for Nvim description: Python client and plugin host for Nvim
version: 0.6.0 version: 0.6.0
revision: 1 revision: 2
url: https://github.com/neovim/pynvim url: https://github.com/neovim/pynvim
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
type: source type: source
depends: depends:
- python3 - python3=3.14.*
- python-greenlet - python-greenlet
- python-msgpack - python-msgpack
make_depends: make_depends: