Update official Python version to 3.8 (#329)

This commit is contained in:
Atsushi Sakai
2020-05-08 22:15:43 +09:00
committed by GitHub
parent 2b0020764b
commit 3607d72b60
5 changed files with 78 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ matrix:
- os: linux
python:
- 3.7
- 3.8
before_install:
- sudo apt-get update