👷 upgrade CI with 3.8 support

This commit is contained in:
Félix Voituret
2020-10-02 16:17:02 +02:00
parent f6498d54c9
commit 4a629c6bac
2 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}