Update dependency_test.yml

This commit is contained in:
Bert Blommers 2021-09-17 16:39:54 +00:00 committed by GitHub
parent f9654f62da
commit dec35c12c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8 ]
python-version: [ 3.6, 3.8 ]
steps:
- name: Checkout repo