Parcourir la source

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

kurokobo il y a 6 mois
Parent
commit
12d5795cf7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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