From fdd59e7069ee04acd75b4b70a0b6ed693691c218 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 09:14:29 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index b3e6407..d9f6329 100644 --- a/pkg.info +++ b/pkg.info @@ -1,13 +1,13 @@ name: python-pynvim description: Python client and plugin host for Nvim version: 0.6.0 -revision: 1 +revision: 2 url: https://github.com/neovim/pynvim license: Apache-2.0 architecture: any type: source depends: - - python3 + - python3=3.14.* - python-greenlet - python-msgpack make_depends: