Revert "Add Python 3.8 to CI testing matrix"

This reverts commit 25bf04e93d.
This commit is contained in:
Santiago L 2022-03-22 11:48:43 +01:00
parent 25bf04e93d
commit 90b19972ba
1 changed files with 1 additions and 1 deletions

View File

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