use python 3.8 for CI

This commit is contained in:
Alexander Zveruk 2020-05-20 09:07:58 +03:00
parent 83ef16ad73
commit f991fd8f84

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.8]
# Steps represent a sequence of tasks that will be executed as part of the job
steps: