Restrict testing on python 3.8

This commit is contained in:
Gabriel Augendre 2019-12-27 22:40:54 +01:00
parent ebbcfd6a6d
commit 599ce77bb2
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.6, 3.7, 3.8] python-version: [3.8]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1