Add Python3.8

This commit is contained in:
Clinton Hall 2019-10-18 11:08:45 +13:00 committed by GitHub
commit 714522b937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ jobs:
steps: steps:
- script: | - script: |
# Make sure all packages are pulled from latest # Make sure all packages are pulled from latest
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update sudo apt-get update
sudo apt-get install python3.8 sudo apt-get install python3.8