Skip to content

Commit 3990905

Browse files
authored
Also update update script to use python 3.9
1 parent 1c40eeb commit 3990905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
set -euo pipefail
1212

13-
required_programs=('python3' 'pip3' 'ps' 'kill' 'libpython3.7-dev')
13+
required_programs=('python3' 'pip3' 'ps' 'kill' 'libpython3.9-dev')
1414
OS=''
1515

1616
# Check OS.

0 commit comments

Comments
 (0)