remove Python 3.6 from test matrix

This commit is contained in:
Sam Schott 2022-02-11 13:19:34 +01:00
parent 216db5a18c
commit 80b84eb91c

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
python-version: ['3.6', '3.10']
python-version: ['3.7', '3.10']
runs-on: ${{ matrix.platform }}
steps:
@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest]
python-version: [3.6, ]
python-version: ['3.7', ]
include:
# use two different Dropbox accounts to run tests in parallel
- platform: ubuntu-latest