Skip to content

Commit

Permalink
Add 3.8 final version to install
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst authored Oct 15, 2019
1 parent 9288adc commit 83ff919
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyenv-win/libexec/pyenv-install.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ WScript.echo ":: [Info] :: Mirror: " & mirror

Dim listEnv
listEnv = Array(_
Array("3.8.0", mirror&"/3.8.0/", "python-3.8.0.exe", "i386"),_
Array("3.8.0b4-amd64", mirror&"/3.8.0/", "python-3.8.0-amd64.exe", "x64"),_
Array("3.8.0rc1", mirror&"/3.8.0/", "python-3.8.0rc1.exe", "i386"),_
Array("3.8.0rc1-amd64", mirror&"/3.8.0/", "python-3.8.0rc1-amd64.exe", "x64"),_
Array("3.8.0b4", mirror&"/3.8.0/", "python-3.8.0b4.exe", "i386"),_
Array("3.8.0b4-amd64", mirror&"/3.8.0/", "python-3.8.0b4-amd64.exe", "x64"),_
Array("3.8.0b3", mirror&"/3.8.0/", "python-3.8.0b3.exe", "i386"),_
Expand Down

0 comments on commit 83ff919

Please sign in to comment.