Skip to content

Commit 4a643c2

Browse files
committed
Update JSON schemas
1 parent ce65783 commit 4a643c2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

sublime-package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@
12731273
"defaultSnippets": [
12741274
{
12751275
"label": "Release Artefact",
1276-
"bodyText": "{\n\t\"version\": \"${1:1}.${2:0}.${3:0}\",\n\t\"url\": \"$4\",\n\t\"sublime_text\": \"${5:*}\",\n\t\"platforms\": [\"${6:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\"]\n}"
1276+
"bodyText": "{\n\t\"version\": \"${1:1}.${2:0}.${3:0}\",\n\t\"url\": \"$4\",\n\t\"sublime_text\": \"${5:*}\",\n\t\"platforms\": [\"${6:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n}"
12771277
}
12781278
]
12791279
},
@@ -1299,7 +1299,7 @@
12991299
"defaultSnippets": [
13001300
{
13011301
"label": "release based release template with download asset",
1302-
"bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"asset\": \"${2:FileName-*.*.*-\\$\\{platform\\}.whl}\",\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\"]\n}"
1302+
"bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"asset\": \"${2:FileName-*.*.*-\\$\\{platform\\}.whl}\",\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n}"
13031303
}
13041304
]
13051305
},
@@ -1322,7 +1322,7 @@
13221322
"defaultSnippets": [
13231323
{
13241324
"label": "tag based release template",
1325-
"bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"tags\": ${2:true},\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\"]\n}"
1325+
"bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"tags\": ${2:true},\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n}"
13261326
}
13271327
]
13281328
},
@@ -1345,7 +1345,7 @@
13451345
"defaultSnippets": [
13461346
{
13471347
"label": "branch based release template",
1348-
"bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"branch\": ${2:true},\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\"]\n}"
1348+
"bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"branch\": ${2:true},\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n}"
13491349
}
13501350
]
13511351
}
@@ -1786,11 +1786,11 @@
17861786
},
17871787
"python_versions": {
17881788
"type": "array",
1789-
"markdownDescription": "```json\n\"python_versions\": [\"3.3\", \"3.8\"]\n```\n\nA list of python versions, supported by the package/library release. Must be one of `\"3.3\"` or `\"3.8\"`.",
1789+
"markdownDescription": "```json\n\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n```\n\nA list of python versions, supported by the package/library release. Must be one of `\"3.3\"` or `\"3.8\"`.",
17901790
"default": ["3.3"],
17911791
"items": {
17921792
"type": "string",
1793-
"enum": ["3.3", "3.8"]
1793+
"enum": ["3.3", "3.8", "3.13"]
17941794
},
17951795
"additionalItems": false,
17961796
"uniqueItems": true

0 commit comments

Comments
 (0)