Enable PIO Core tests on Python 3.8

This commit is contained in:
Ivan Kravets
2020-06-27 12:36:57 +03:00
parent bc2eb0d79f
commit 29fb803be1
15 changed files with 87 additions and 68 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [2.7, 3.7]
python-version: [2.7, 3.7, 3.8]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2