use only Python 3.7

This commit is contained in:
Christian Decker
2021-01-22 10:59:40 +01:00
parent 69f79152ec
commit ba6fc7de05

View File

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