Преглед изворни кода

docs: bump minimal python version to 3.11 to follow changes on dify-plugin-sdks (#5)

kurokobo пре 6 месеци
родитељ
комит
12d5795cf7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cmd/commandline/plugin/templates/python/GUIDE.md

+ 1 - 1
cmd/commandline/plugin/templates/python/GUIDE.md

@@ -69,7 +69,7 @@ Now you can edit the `manifest.yaml` file to describe your Plugin, here is the b
 
 ### Install Dependencies
 
-- First of all, you need a Python 3.10+ environment, as our SDK requires that.
+- First of all, you need a Python 3.11+ environment, as our SDK requires that.
 - Then, install the dependencies:
     ```bash
     pip install -r requirements.txt