make compatible with 3.11

This commit is contained in:
2026-01-07 08:20:27 +01:00
parent e2431f2b21
commit 2dca8c833c
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "mrpy-nvim"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.11"
dependencies = [
"pynvim~=0.6.0",
"requests>=2.32.5",