Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Nov 4, 2024
1 parent 702588e commit 917b23f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions bucket/python313.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,28 +72,36 @@
"}"
]
},
"env_add_path": [
"Scripts",
"."
],
"bin": [
[
"python.exe",
"python3"
],
[
"python.exe",
"python313"
],
"Lib\\idlelib\\idle.bat",
[
"Lib\\idlelib\\idle.bat",
"idle3"
],
[
"Lib\\idlelib\\idle.bat",
"idle313"
]
],
"env_add_path": [
"Scripts",
"."
],
"persist": [
"Scripts",
"Lib\\site-packages"
],
"checkver": {
"url": "https://www.python.org/downloads/windows/",
"regex": "Latest Python 3 Release - Python ([\\d.]+)"
"regex": "python-(3\\.13\\.[\\d.]+)-"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 917b23f

Please sign in to comment.