Skip to content

Commit e6a2ea8

Browse files
committed
Fix Python version for binary download
1 parent df03b26 commit e6a2ea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/scripts/install_python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ platforms=([windows]=Windows
2525
[linux]=Linux)
2626

2727
declare -A versions
28-
versions=([3.7]=3.7.12
29-
[3.8]=3.8.11
28+
versions=([3.7]=3.7.9
29+
[3.8]=3.8.10
3030
[3.9]=3.9.9
3131
[3.10]=3.10.1)
3232

0 commit comments

Comments
 (0)