release: Move to python3.9

This commit is contained in:
Andrew Hamilton 2021-05-18 20:39:25 +10:00
parent 2b0fd6b724
commit 5d553a6542
25 changed files with 40 additions and 40 deletions

View file

@ -10,8 +10,8 @@ if [ $DIST_ID != "ubuntu" ]; then
exit 1
fi
echo "Installing the dependencies of the eris script…"
sudo apt --yes install python3-pip python3.8 util-linux
python3.8 -m pip install pyinotify pygments docopt pillow toml
sudo apt --yes install python3-pip python3.9 util-linux
python3.9 -m pip install pyinotify pygments docopt pillow toml
echo
echo "Installing all the tools eris may need…"
./install-tools