Update dependency_test.yml

This commit is contained in:
Bert Blommers 2022-02-03 12:17:25 -01:00 committed by GitHub
parent 0a1bb6bae1
commit 38bb2d5d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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