We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4e69a commit 6932d1aCopy full SHA for 6932d1a
metadata.lua
@@ -5,7 +5,7 @@ PLUGIN = {}
5
--- Plugin name
6
PLUGIN.name = "python"
7
--- Plugin version
8
-PLUGIN.version = "0.2.0"
+PLUGIN.version = "0.3.0"
9
--- Plugin homepage
10
PLUGIN.homepage = "https://github.com/version-fox/vfox-python"
11
--- Plugin license, please choose a correct license according to your needs.
@@ -28,6 +28,4 @@ PLUGIN.notes = {
28
"You can use VFOX_PYTHON_MIRROR environment variable to set mirror.",
29
"eg: `export VFOX_PYTHON_MIRROR=https://mirrors.huaweicloud.com/python/`",
30
" ",
31
- "Others:",
32
- "For Windows, only support >=3.5.0, but no restrictions for unix-like."
33
}
0 commit comments