Only use Python 3.7 for Python tests

pull/15275/head
Anna Bridge 2022-04-22 16:27:12 +01:00 committed by GitHub
parent 86ca68b7ed
commit b223ee368d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.5', '3.6', '3.7' ]
python-version: [ '3.7' ]
steps:
-