We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a1d10 commit 0f18d1bCopy full SHA for 0f18d1b
1 file changed
installer/installer_python_test.go
@@ -23,8 +23,8 @@ func TestPython_Install(t *testing.T) {
23
testcases := []struct {
24
version string
25
}{
26
- {"3.4.8"},
27
- {"3.5.5"},
+ {"3.6.4"},
+ {"https://www.python.org/ftp/python/3.7.0/Python-3.7.0b1.tgz"},
28
}
29
30
for _, testcase := range testcases {
0 commit comments