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