Kaynağa Gözat

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

kurokobo 6 ay önce
ebeveyn
işleme
12d5795cf7

+ 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